| Interface | Description |
|---|---|
| IntConvertibleColumn | |
| NumericColumn |
Functionality common to all numeric column types
|
| Class | Description |
|---|---|
| BooleanColumn |
A column in a base table that contains float values
|
| CategoryColumn |
A column that contains String values.
|
| DateColumn |
A column in a base table that contains float values
|
| DateTimeColumn |
A column in a table that contains long-integer encoded (packed) local date-time values
|
| DoubleColumn |
A column in a base table that contains double precision floating point values
|
| FloatColumn |
A column in a base table that contains float values
|
| IntColumn |
A column that contains signed 4 byte integer values
|
| LongColumn |
A column that contains signed 8 byte integer values
|
| QueryHelper |
A static utility class designed to take some of the work, and verbosity, out of making queries.
|
| ShortColumn |
A column that contains signed 2 byte integer values
|
| Table |
A table of data, consisting of some number of columns, each of which has the same number of rows.
|
| TimeColumn |
A column in a base table that contains float values
|
| Enum | Description |
|---|---|
| ColumnType |
Defines the type of data held by a
Column |
Copyright © 2018. All rights reserved.