Package | Description |
---|---|
net.quasardb.qdb.ts |
Modifier and Type | Field and Description |
---|---|
protected Value.Type |
Column.type |
Modifier and Type | Method and Description |
---|---|
static Value.Type |
Value.Type.fromInt(int type) |
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.
|
Constructor and Description |
---|
Column(String name,
Value.Type type)
Create a column with a certain type.
|
Value(Value.Type type) |
Copyright © 2021. All rights reserved.