| Modifier and Type | Field and Description |
|---|---|
static ColumnType<Boolean> |
BOOLEAN
The type for
BooleanColumn |
static ColumnType<Byte> |
BYTE
The type for
StringColumn |
static ColumnType<LocalDate> |
DATE
The type for
DateColumn |
static ColumnType<LocalDateTime> |
DATETIME
The type for
DateTimeColumn |
static ColumnType<BigDecimal> |
DECIMAL
The type for
DecimalColumn |
static ColumnType<Double> |
DOUBLE
The type for
DoubleColumn |
static ColumnType<Float> |
FLOAT
The type for
FloatColumn |
static ColumnType<Integer> |
INT
The type for
IntColumn |
static ColumnType<Long> |
LONG
The type for
LongColumn |
static ColumnType<Short> |
SHORT
The type for
ShortColumn |
static ColumnType<String> |
STRING
The type for
StringColumn |
| Modifier and Type | Method and Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<T> ColumnBuilder<T> |
builder()
Returns a
builder for this column type. |
||||||||||||||||||||||||||||||
<T> ColumnBuilder<T> |
builder(int characteristic)
Returns a
builder for this column type with the
specified characteristic. |
||||||||||||||||||||||||||||||
Column<?> |
nullColumn(int size)
Returns a
Column of the corresponding type that only contains nulls. |
||||||||||||||||||||||||||||||
Object |
parse(String string)
Parse a string to an element according to the following logic:
Copyright © 2020. All rights reserved. |