Interface | Description |
---|---|
CategoricalColumn |
A column type that can be summarized, or serve as a grouping variable in cross tabs or other aggregation operations.
|
IntConvertibleColumn | |
NumberColumn |
Class | Description |
---|---|
BooleanColumn |
A column in a base table that contains float 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
|
QueryHelper |
A static utility class designed to take some of the work, and verbosity, out of making queries.
|
Row | |
StringColumn |
A column that contains String values.
|
Table |
A table of data, consisting of some number of columns, each of which has the same number of rows.
|
Table.RowPair | |
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.