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.TypeValue.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.TypeReturns 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 PointsPoints.get(Session session, String tableName, String columnName, Value.Type valueType) static PointsPoints.get(Session session, String tableName, String columnName, Value.Type valueType, TimeRange range) static PointsPoints.get(Session session, String tableName, String columnName, Value.Type valueType, TimeRange[] ranges) voidValue.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) protectedValue(Value.Type type)