Uses of Enum
net.quasardb.qdb.ts.Value.Type
Packages that use Value.Type
-
Uses of Value.Type in net.quasardb.qdb.ts
Methods in net.quasardb.qdb.ts that return Value.TypeModifier and TypeMethodDescriptionColumn.Type.asValueType()
static Value.Type
Value.Type.fromInt
(int type) Table.getColumnTypesAsValueTypes()
Returns the types of the values that are used to represent data for each column.Value.getType()
static Value.Type
Returns the enum constant of this type with the specified name.static Value.Type[]
Value.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 Value.TypeModifier and TypeMethodDescriptionstatic Points
Points.get
(Session session, String tableName, String columnName, Value.Type valueType) static Points
Points.get
(Session session, String tableName, String columnName, Value.Type valueType, TimeRange range) static Points
Points.get
(Session session, String tableName, String columnName, Value.Type valueType, TimeRange[] ranges) void
Value.setNative
(long batchTable, Value.Type columnType, int offset) Constructors in net.quasardb.qdb.ts with parameters of type Value.TypeModifierConstructorDescriptionPoints
(Value.Type valueType, Points.Data values) protected
Value
(Value.Type type)