| Package | Description |
|---|---|
| com.github.housepower.jdbc | |
| com.github.housepower.jdbc.data | |
| com.github.housepower.jdbc.data.type | |
| com.github.housepower.jdbc.data.type.complex |
| Constructor and Description |
|---|
ClickHouseArray(IDataType itemDataType,
Object[] data) |
| Modifier and Type | Field and Description |
|---|---|
protected IDataType |
AbstractColumn.type |
| Modifier and Type | Method and Description |
|---|---|
static IDataType |
DataTypeFactory.get(SQLLexer lexer,
NativeContext.ServerContext serverContext) |
static IDataType |
DataTypeFactory.get(String type,
NativeContext.ServerContext serverContext) |
IDataType |
AbstractColumn.type() |
IDataType |
IColumn.type() |
| Modifier and Type | Method and Description |
|---|---|
static IColumn |
ColumnFactory.createColumn(String name,
IDataType type,
Object[] values) |
| Constructor and Description |
|---|
AbstractColumn(String name,
IDataType type,
Object[] values) |
Column(String name,
IDataType type,
Object[] values) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeDate |
class |
DataTypeFloat32 |
class |
DataTypeFloat64 |
class |
DataTypeInt16 |
class |
DataTypeInt32 |
class |
DataTypeInt64 |
class |
DataTypeInt8 |
class |
DataTypeIPv4 |
class |
DataTypeUUID |
| Modifier and Type | Class and Description |
|---|---|
class |
DataTypeArray |
class |
DataTypeDateTime |
class |
DataTypeDateTime64 |
class |
DataTypeDecimal |
class |
DataTypeEnum16 |
class |
DataTypeEnum8 |
class |
DataTypeFixedString |
class |
DataTypeNothing |
class |
DataTypeNullable |
class |
DataTypeString |
class |
DataTypeTuple |
| Modifier and Type | Method and Description |
|---|---|
IDataType |
DataTypeCreator.createDataType(SQLLexer lexer,
NativeContext.ServerContext serverContext) |
IDataType |
DataTypeArray.getElemDataType() |
IDataType |
DataTypeNullable.getNestedDataType() |
IDataType[] |
DataTypeTuple.getNestedTypes() |
| Constructor and Description |
|---|
DataTypeArray(String name,
IDataType elemDataType,
IDataType offsetIDataType) |
DataTypeNullable(String name,
IDataType nestedDataType,
IDataType nullMapIDataType) |
DataTypeTuple(String name,
IDataType[] nestedTypes) |
Copyright © 2021. All rights reserved.