| Package | Description |
|---|---|
| io.kareldb.schema |
| Modifier and Type | Method and Description |
|---|---|
ColumnType |
ColumnDef.getColumnType() |
static ColumnType |
ColumnType.of(org.apache.calcite.sql.type.SqlTypeName sqlType) |
static ColumnType |
ColumnType.of(String typeString) |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnDef(ColumnType columnType) |
ColumnDef(ColumnType columnType,
ColumnStrategy columnStrategy,
int precision,
int scale) |
ColumnDef(ColumnType columnType,
int precision,
int scale) |
Copyright © 2020. All rights reserved.