public abstract class Lists
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Lists.Appender | 
| static class  | Lists.DelayedValueBasically similar to a Value, but with some non-pure function (that need
 to be evaluated at execution time) in it. | 
| static class  | Lists.Discarder | 
| static class  | Lists.DiscarderByIndex | 
| static class  | Lists.Literal | 
| static class  | Lists.MarkerA marker for List values and IN relations | 
| static class  | Lists.Prepender | 
| static class  | Lists.Setter | 
| static class  | Lists.SetterByIndex | 
| static class  | Lists.Value | 
| Modifier and Type | Method and Description | 
|---|---|
| static ColumnSpecification | indexSpecOf(ColumnSpecification column) | 
| static ColumnSpecification | valueSpecOf(ColumnSpecification column) | 
public static ColumnSpecification indexSpecOf(ColumnSpecification column)
public static ColumnSpecification valueSpecOf(ColumnSpecification column)
Copyright © 2018 The Apache Software Foundation