| Package | Description |
|---|---|
| ru.yandex.clickhouse | |
| ru.yandex.clickhouse.except |
| Modifier and Type | Method and Description |
|---|---|
ClickHouseConnection |
ClickHouseStatementImpl.getConnection() |
void |
ClickHouseStatementImpl.sendStream(org.apache.http.HttpEntity content,
String sql) |
void |
ClickHouseStatementImpl.sendStream(org.apache.http.HttpEntity content,
String sql,
Map<ClickHouseQueryParam,String> additionalDBParams) |
void |
ClickHouseStatementImpl.sendStream(InputStream content,
String table) |
void |
ClickHouseStatementImpl.sendStream(InputStream content,
String table,
Map<ClickHouseQueryParam,String> additionalDBParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClickHouseUnknownException |
| Modifier and Type | Method and Description |
|---|---|
static ClickHouseException |
ClickHouseExceptionSpecifier.specify(String clickHouseMessage) |
static ClickHouseException |
ClickHouseExceptionSpecifier.specify(String clickHouseMessage,
String host,
int port) |
static ClickHouseException |
ClickHouseExceptionSpecifier.specify(Throwable cause,
String host,
int port) |
Copyright © 2019. All rights reserved.