| Modifier and Type | Method and Description |
|---|---|
NativeContext.ServerContext |
NativeContext.serverCtx() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NativeClient.ping(Duration soTimeout,
NativeContext.ServerContext info) |
EOFStreamResponse |
NativeClient.receiveEndOfStream(Duration soTimeout,
NativeContext.ServerContext info) |
HelloResponse |
NativeClient.receiveHello(Duration soTimeout,
NativeContext.ServerContext info) |
QueryResult |
NativeClient.receiveQuery(Duration soTimeout,
NativeContext.ServerContext info) |
Block |
NativeClient.receiveSampleBlock(Duration soTimeout,
NativeContext.ServerContext info) |
| Constructor and Description |
|---|
NativeContext(NativeContext.ClientContext clientCtx,
NativeContext.ServerContext serverCtx,
NativeClient nativeClient) |
| Modifier and Type | Method and Description |
|---|---|
static IDataType<?,?> |
DataTypeFactory.get(SQLLexer lexer,
NativeContext.ServerContext serverContext) |
static IDataType<?,?> |
DataTypeFactory.get(String type,
NativeContext.ServerContext serverContext) |
static Block |
Block.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
IDataType<CK,JDBC> |
DataTypeCreator.createDataType(SQLLexer lexer,
NativeContext.ServerContext serverContext) |
| Constructor and Description |
|---|
DataTypeDateTime(String name,
NativeContext.ServerContext serverContext) |
DataTypeDateTime64(String name,
int scala,
NativeContext.ServerContext serverContext) |
DataTypeFixedString(String name,
int n,
NativeContext.ServerContext serverContext) |
DataTypeNothing(NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
NativeContext.ServerContext |
ClickHouseConnection.serverContext() |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseResultSetBuilder |
ClickHouseResultSetBuilder.builder(int columnsNum,
NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
static ZoneId |
DateTimeUtil.chooseTimeZone(NativeContext.ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
static ExtremesResponse |
ExtremesResponse.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext info) |
static TotalsResponse |
TotalsResponse.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext info) |
static Response |
Response.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext info) |
static DataResponse |
DataResponse.readFrom(BinaryDeserializer deserializer,
NativeContext.ServerContext info) |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultBuilder |
QueryResultBuilder.builder(int columnsNum,
NativeContext.ServerContext serverContext) |
Copyright © 2021. All rights reserved.