| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbcbridge.core | |
| ru.yandex.clickhouse.jdbcbridge.impl |
| Modifier and Type | Field and Description |
|---|---|
static DataType |
ColumnDefinition.DEFAULT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DataTypeConverter.from(JDBCType jdbcType,
String typeName,
int precision,
int scale,
boolean signed) |
DataType |
DataTypeConverter.from(Object javaObject) |
static DataType |
DataType.from(String value)
Replacement of
valueOf(String). |
DataType |
DataTypeMapping.getMappedType() |
DataType |
ColumnDefinition.getType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypedParameter<?> |
DefaultValues.getTypedValue(DataType type) |
default String |
DataTypeConverter.toMType(DataType type) |
default String |
DataTypeConverter.toPowerQueryType(DataType type) |
| Constructor and Description |
|---|
ColumnDefinition(String name,
DataType type,
boolean nullable,
int length,
int precision,
int scale) |
ColumnDefinition(String name,
DataType type,
boolean nullable,
int length,
int precision,
int scale,
String timezone,
Object value,
Map<String,Integer> options) |
DataTypeMapping(int fromJdbcType,
String fromNativeType,
DataType toType) |
DataTypeMapping(JDBCType fromJdbcType,
String fromNativeType,
DataType toType) |
TypedParameter(Class<T> type,
DataType chType,
String name,
T defaultValue) |
TypedParameter(Class<T> type,
DataType chType,
String name,
T defaultValue,
T value) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DefaultDataTypeConverter.from(JDBCType jdbcType,
String typeName,
int precision,
int scale,
boolean signed) |
DataType |
DefaultDataTypeConverter.from(Object javaObject) |
Copyright © 2019–2021. All rights reserved.