Uses of Enum
net.quasardb.qdb.ts.Column.Type
Packages that use Column.Type
-
Uses of Column.Type in net.quasardb.qdb.ts
Fields in net.quasardb.qdb.ts declared as Column.TypeMethods in net.quasardb.qdb.ts that return Column.TypeModifier and TypeMethodDescriptionstatic Column.Type
Column.Type.fromInt
(int type) Table.getColumnTypes()
Returns the types of each of the columns.Column.getType()
Provides access to the column's type.static Column.Type
Returns the enum constant of this type with the specified name.static Column.Type[]
Column.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.quasardb.qdb.ts with parameters of type Column.TypeModifier and TypeMethodDescriptionstatic Points
Points.get
(Session session, String tableName, String columnName, Column.Type columnType) static Points
Points.get
(Session session, String tableName, String columnName, Column.Type columnType, TimeRange range) static Points
Points.get
(Session session, String tableName, String columnName, Column.Type columnType, TimeRange[] ranges) Constructors in net.quasardb.qdb.ts with parameters of type Column.TypeModifierConstructorDescriptionColumn
(String name, Column.Type type) Create a column with a certain type.Column
(String name, Column.Type type, String symbolTable) Create a column with a symbol table argument.