Package | Description |
---|---|
net.quasardb.qdb.ts |
Modifier and Type | Field and Description |
---|---|
Value.Type |
Writer.TableColumn.type |
protected Value.Type |
Column.type |
Modifier and Type | Method and Description |
---|---|
static Value.Type |
Value.Type.fromInt(int type) |
Value.Type[] |
Table.getColumnTypes()
Returns the types of each of the columns.
|
Value.Type |
Value.getType() |
Value.Type |
Column.getType()
Provides access to the column's type.
|
static Value.Type |
Value.Type.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Value.setNative(long batchTable,
Value.Type columnType,
int offset) |
Constructor and Description |
---|
Column(String name,
Value.Type type)
Create a column with a certain type.
|
PinnedMatrix(Value.Type[] columnTypes) |
TableColumn(String table,
Value.Type type,
String column) |
Value(Value.Type type) |
Copyright © 2021. All rights reserved.