| Package | Description |
|---|---|
| ru.yandex.clickhouse | |
| ru.yandex.clickhouse.domain | |
| ru.yandex.clickhouse.response |
| Constructor and Description |
|---|
ClickHouseArray(ClickHouseDataType elementType,
Object array) |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseDataType |
ClickHouseDataType.fromTypeString(String typeString) |
static ClickHouseDataType |
ClickHouseDataType.resolveDefaultArrayDataType(String typeName) |
static ClickHouseDataType |
ClickHouseDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickHouseDataType[] |
ClickHouseDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClickHouseDataType |
ClickHouseColumnInfo.getArrayBaseType() |
ClickHouseDataType |
ClickHouseColumnInfo.getClickHouseDataType() |
Copyright © 2020. All rights reserved.