| Package | Description |
|---|---|
| com.github.housepower.jdbc | |
| com.github.housepower.jdbc.statement |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseConnection |
ClickHouseDriver.connect(String url,
Properties properties) |
static ClickHouseConnection |
ClickHouseConnection.createClickHouseConnection(ClickHouseConfig configure) |
ClickHouseConnection |
BalancedClickhouseDataSource.getConnection() |
ClickHouseConnection |
BalancedClickhouseDataSource.getConnection(String user,
String password) |
| Constructor and Description |
|---|
ClickHouseDatabaseMetadata(String url,
ClickHouseConnection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected ClickHouseConnection |
ClickHouseStatement.connection |
| Constructor and Description |
|---|
AbstractPreparedStatement(ClickHouseConnection connection,
NativeContext nativeContext,
String[] queryParts) |
ClickHousePreparedInsertStatement(int posOfData,
String fullQuery,
ClickHouseConnection conn,
NativeContext nativeContext) |
ClickHousePreparedQueryStatement(ClickHouseConnection conn,
NativeContext nativeContext,
String query) |
ClickHouseStatement(ClickHouseConnection connection,
NativeContext nativeContext) |
Copyright © 2021. All rights reserved.