| Package | Description |
|---|---|
| com.github.housepower.client | |
| com.github.housepower.client.ssl | |
| com.github.housepower.jdbc | |
| com.github.housepower.settings |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseConfig |
NativeContext.ServerContext.getConfigure() |
| Modifier and Type | Method and Description |
|---|---|
static NativeClient |
NativeClient.connect(ClickHouseConfig config) |
static NativeClient |
NativeClient.connect(String host,
int port,
ClickHouseConfig config) |
| Constructor and Description |
|---|
ServerContext(long majorVersion,
long minorVersion,
long reversion,
ClickHouseConfig configure,
ZoneId timeZone,
String displayName) |
| Constructor and Description |
|---|
SSLContextBuilder(ClickHouseConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseConfig |
ClickHouseConnection.cfg() |
ClickHouseConfig |
BalancedClickhouseDataSource.getCfg() |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseResultSetBuilder |
ClickHouseResultSetBuilder.cfg(ClickHouseConfig cfg) |
static ClickHouseConnection |
ClickHouseConnection.createClickHouseConnection(ClickHouseConfig configure) |
QueryResult |
ClickHouseConnection.sendQueryRequest(String query,
ClickHouseConfig cfg) |
| Constructor and Description |
|---|
ClickHouseConnection(ClickHouseConfig cfg,
NativeContext nativeCtx) |
ClickHouseResultSet(ClickHouseStatement statement,
ClickHouseConfig cfg,
String db,
String table,
Block header,
CheckedIterator<DataResponse,SQLException> dataResponses) |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseConfig.Builder |
ClickHouseConfig.Builder.builder(ClickHouseConfig cfg) |
Copyright © 2023. All rights reserved.