| Modifier and Type | Class and Description |
|---|---|
class |
AdsExprParser |
| Constructor and Description |
|---|
AdsCreateTableParser(SQLExprParser exprParser) |
AdsSelectParser(SQLExprParser exprParser) |
AdsSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
AntsparkExprParser |
| Constructor and Description |
|---|
AntsparkCreateTableParser(SQLExprParser exprParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlinkExprParser |
| Constructor and Description |
|---|
BlinkCreateTableParser(SQLExprParser exprParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClickhouseExprParser |
| Constructor and Description |
|---|
ClickhouseCreateTableParser(SQLExprParser exprParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2ExprParser |
| Constructor and Description |
|---|
DB2CreateTableParser(SQLExprParser exprParser) |
DB2SelectParser(SQLExprParser exprParser) |
DB2SelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2ExprParser |
| Constructor and Description |
|---|
H2SelectParser(SQLExprParser exprParser) |
H2SelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveExprParser |
| Constructor and Description |
|---|
HiveCreateTableParser(SQLExprParser exprParser) |
HiveSelectParser(SQLExprParser exprParser) |
HiveSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlExprParser |
| Constructor and Description |
|---|
MySqlCreateTableParser(SQLExprParser exprParser) |
MySqlSelectIntoParser(SQLExprParser exprParser) |
MySqlSelectParser(SQLExprParser exprParser) |
MySqlSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
OdpsExprParser |
| Constructor and Description |
|---|
OdpsCreateTableParser(SQLExprParser exprParser) |
OdpsSelectParser(SQLExprParser exprParser) |
OdpsSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
OdpsStatementParser(SQLExprParser exprParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleExprParser |
| Constructor and Description |
|---|
OracleSelectParser(SQLExprParser exprParser) |
OracleSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
OscarExprParser |
| Constructor and Description |
|---|
OscarCreateTableParser(SQLExprParser exprParser) |
OscarSelectParser(SQLExprParser exprParser) |
OscarSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
PhoenixExprParser
Created by wenshao on 16/9/13.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PGExprParser |
| Constructor and Description |
|---|
PGCreateTableParser(SQLExprParser exprParser) |
PGSelectParser(SQLExprParser exprParser) |
PGSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrestoExprParser
Created by wenshao on 16/9/13.
|
| Constructor and Description |
|---|
PrestoSelectParser(SQLExprParser exprParser) |
PrestoSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerExprParser |
| Constructor and Description |
|---|
SQLServerSelectParser(SQLExprParser exprParser) |
SQLServerSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
| Modifier and Type | Method and Description |
|---|---|
static SQLExprParser |
SQLParserUtils.createExprParser(String sql,
DbType dbType,
SQLParserFeature... features) |
SQLExprParser |
SQLStatementParser.getExprParser() |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectParser |
SQLStatementParser.createSQLSelectParser(SQLExprParser exprParser) |
| Constructor and Description |
|---|
SQLCreateTableParser(SQLExprParser exprParser) |
SQLDDLParser(SQLExprParser exprParser) |
SQLSelectParser(SQLExprParser exprParser) |
SQLSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
SQLStatementParser(SQLExprParser exprParser) |
Copyright © 2013–2022 Alibaba Group. All rights reserved.