| Interface | Description |
|---|---|
| NumericColumn |
Functionality common to all numeric column types
|
| Class | Description |
|---|---|
| BooleanColumn |
A column in a base table that contains float values
|
| BooleanColumnTest |
Tests for BooleanColumn
|
| CategoryColumn |
A column in a base table that contains float values
|
| CategoryColumnTest | |
| 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 values
|
| FloatColumn |
A column in a base table that contains float values
|
| FloatColumnTest |
Unit tests for the FloatColumn class
|
| IntColumn |
A column that contains signed 4 byte integer values
|
| IntColumnTest |
Tests for int columns
|
| LocalDateColumnTest |
Tests for LocalDate Column
|
| 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 |