| 程序包 | 说明 |
|---|---|
| com.github.housepower.jdbc.connect | |
| com.github.housepower.jdbc.protocol | |
| com.github.housepower.jdbc.settings |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PhysicalConnection.sendQuery(String query,
QueryRequest.ClientInfo info,
Map<SettingKey,Object> settings) |
| 构造器和说明 |
|---|
QueryRequest(String queryId,
QueryRequest.ClientInfo clientInfo,
int stage,
boolean compression,
String queryString,
Map<SettingKey,Object> settings) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SettingKey |
SettingKey.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SettingKey[] |
SettingKey.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<SettingKey,Object> |
ClickHouseConfig.parseJDBCProperties(Properties properties) |
Map<SettingKey,Object> |
ClickHouseConfig.settings() |
Copyright © 2020. All rights reserved.