| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericColumn<T extends Number> |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanColumn
A column in a base table that contains float values
|
class |
DateColumn
A column in a base table that contains float values
|
class |
DateTimeColumn
A column in a table that contains long-integer encoded (packed) local date-time values
|
class |
DoubleColumn |
class |
FloatColumn |
class |
InstantColumn
A column in a table that contains long-integer encoded (packed) local date-time values
|
class |
IntColumn |
class |
LongColumn |
class |
NumberColumn<C extends NumberColumn<C,T>,T extends Number> |
class |
ShortColumn |
class |
StringColumn
A column that contains String values.
|
class |
TextColumn
A column that contains String values.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DateFilters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DateTimeFilters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumberFilters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringFilters |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringColumn<C extends AbstractColumn<C,String>>
Abstract super class for Text like columns.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemporalFilters<T extends Temporal> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanFilterSpec<T> |
interface |
DateAndDateTimeFilterSpec<T> |
interface |
DateOnlyFilterSpec<T> |
interface |
DateTimeFilterSpec<T> |
interface |
InstantFilterSpec<T> |
interface |
NumberFilterSpec<T> |
interface |
StringFilterSpec<T> |
interface |
TimeAndDateTimeFilterSpec<T> |
interface |
TimeOnlyFilterSpec<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredBooleanColumn |
class |
DeferredDateColumn |
class |
DeferredDateTimeColumn |
class |
DeferredInstantColumn |
class |
DeferredNumberColumn |
class |
DeferredStringColumn |
class |
DeferredTextColumn |
class |
DeferredTimeColumn |
Copyright © 2020. All rights reserved.