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.TypeColumn.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.TypeReturns 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 PointsPoints.get(Session session, String tableName, String columnName, Column.Type columnType) static PointsPoints.get(Session session, String tableName, String columnName, Column.Type columnType, TimeRange range) static PointsPoints.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.