| Package | Description |
|---|---|
| ru.yandex.clickhouse | |
| ru.yandex.clickhouse.response |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClickHousePreparedStatement |
| Modifier and Type | Class and Description |
|---|---|
class |
ClickHousePreparedStatementImpl |
class |
ClickHouseStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseStatement |
ClickHouseConnection.createClickHouseStatement()
Deprecated.
|
ClickHouseStatement |
ClickHouseConnectionImpl.createClickHouseStatement()
Deprecated.
|
ClickHouseStatement |
ClickHouseConnection.createStatement() |
ClickHouseStatement |
ClickHouseConnectionImpl.createStatement() |
ClickHouseStatement |
ClickHouseConnectionImpl.createStatement(int resultSetType) |
ClickHouseStatement |
ClickHouseConnection.createStatement(int resultSetType,
int resultSetConcurrency) |
ClickHouseStatement |
ClickHouseConnectionImpl.createStatement(int resultSetType,
int resultSetConcurrency) |
ClickHouseStatement |
ClickHouseConnectionImpl.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
| Constructor and Description |
|---|
ClickHouseResultSet(InputStream is,
int bufferSize,
String db,
String table,
boolean usesWithTotals,
ClickHouseStatement statement,
TimeZone timeZone,
ClickHouseProperties properties) |
ClickHouseScrollableResultSet(InputStream is,
int bufferSize,
String db,
String table,
boolean usesWithTotals,
ClickHouseStatement statement,
TimeZone timezone,
ClickHouseProperties properties) |
Copyright © 2020. All rights reserved.