| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbc.parser |
| Modifier and Type | Method and Description |
|---|---|
StatementType |
ClickHouseSqlStatement.getStatementType() |
static StatementType |
StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClickHouseSqlStatement |
ParseHandler.handleStatement(String sql,
StatementType stmtType,
String cluster,
String database,
String table,
String format,
String outfile,
List<Integer> parameters,
Map<String,Integer> positions)
Hanlde statemenet.
|
| Constructor and Description |
|---|
ClickHouseSqlStatement(String sql,
StatementType stmtType) |
ClickHouseSqlStatement(String sql,
StatementType stmtType,
String cluster,
String database,
String table,
String format,
String outfile,
List<Integer> parameters,
Map<String,Integer> positions) |
Copyright © 2021. All rights reserved.