Modifier and Type | Class and Description |
---|---|
class |
DB2ExprParser |
Constructor and Description |
---|
DB2SelectParser(SQLExprParser exprParser) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlExprParser |
Constructor and Description |
---|
MySqlCreateTableParser(SQLExprParser exprParser) |
MySqlSelectIntoParser(SQLExprParser exprParser) |
MySqlSelectParser(SQLExprParser exprParser) |
Modifier and Type | Class and Description |
---|---|
class |
OdpsExprParser |
Constructor and Description |
---|
OdpsCreateTableParser(SQLExprParser exprParser) |
OdpsSelectParser(SQLExprParser exprParser) |
OdpsStatementParser(SQLExprParser exprParser) |
Modifier and Type | Class and Description |
---|---|
class |
OracleExprParser |
Constructor and Description |
---|
OracleSelectParser(SQLExprParser exprParser) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerExprParser |
Constructor and Description |
---|
SQLServerSelectParser(SQLExprParser exprParser) |
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) |
SQLStatementParser(SQLExprParser exprParser) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.