| 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 |
PhoenixExprParser
Created by wenshao on 16/9/13.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PGExprParser |
| Constructor and Description |
|---|
PGSelectParser(SQLExprParser exprParser) |
PGSelectParser(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,
String dbType) |
SQLExprParser |
SQLStatementParser.getExprParser() |
| Constructor and Description |
|---|
SQLCreateTableParser(SQLExprParser exprParser) |
SQLDDLParser(SQLExprParser exprParser) |
SQLSelectParser(SQLExprParser exprParser) |
SQLSelectParser(SQLExprParser exprParser,
SQLSelectListCache selectListCache) |
SQLStatementParser(SQLExprParser exprParser) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.