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 TypeMethodDescriptionvoidValue.setNative(long batchTable, Value.Type columnType, int offset) Constructors in net.quasardb.qdb.ts with parameters of type Value.Type