Modifier and Type | Class and Description |
---|---|
class |
DB2StatementParser |
Modifier and Type | Class and Description |
---|---|
class |
MySqlCreateTableParser |
class |
MySqlStatementParser |
Modifier and Type | Class and Description |
---|---|
class |
OdpsCreateTableParser |
class |
OdpsStatementParser |
Modifier and Type | Class and Description |
---|---|
class |
OracleCreateTableParser |
class |
OracleStatementParser |
class |
OracleUpdateParser |
Modifier and Type | Class and Description |
---|---|
class |
PhoenixStatementParser
Created by wenshao on 16/9/13.
|
Modifier and Type | Class and Description |
---|---|
class |
PGSQLStatementParser |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerStatementParser |
Modifier and Type | Class and Description |
---|---|
class |
SQLCreateTableParser |
class |
SQLDDLParser |
Modifier and Type | Method and Description |
---|---|
static SQLStatementParser |
SQLParserUtils.createSQLStatementParser(String sql,
String dbType) |
Modifier and Type | Method and Description |
---|---|
abstract SQLStatementParser |
WallProvider.createParser(String sql) |
Modifier and Type | Method and Description |
---|---|
SQLStatementParser |
SQLServerWallProvider.createParser(String sql) |
SQLStatementParser |
PGWallProvider.createParser(String sql) |
SQLStatementParser |
OracleWallProvider.createParser(String sql) |
SQLStatementParser |
MySqlWallProvider.createParser(String sql) |
SQLStatementParser |
DB2WallProvider.createParser(String sql) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.