Modifier and Type | Class and Description |
---|---|
class |
MySqlCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
MySqlCreateTableParser.parseCrateTable() |
SQLCreateTableStatement |
MySqlStatementParser.parseCreateTable() |
Modifier and Type | Class and Description |
---|---|
class |
OdpsCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
OdpsCreateTableParser.parseCrateTable(boolean acceptCreate) |
SQLCreateTableStatement |
OdpsStatementParser.parseCreateTable() |
Modifier and Type | Class and Description |
---|---|
class |
OracleCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
SQLCreateTableParser.parseCrateTable() |
SQLCreateTableStatement |
SQLCreateTableParser.parseCrateTable(boolean acceptCreate) |
SQLCreateTableStatement |
SQLStatementParser.parseCreateTable() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLCreateTableStatement x) |
void |
SQLASTVisitor.endVisit(SQLCreateTableStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLCreateTableStatement x) |
boolean |
SQLASTVisitor.visit(SQLCreateTableStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLCreateTableStatement x) |
boolean |
SchemaStatVisitor.visit(SQLCreateTableStatement x) |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.check(WallVisitor visitor,
SQLCreateTableStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLCreateTableStatement x) |
boolean |
PGWallVisitor.visit(SQLCreateTableStatement x) |
boolean |
OracleWallVisitor.visit(SQLCreateTableStatement x) |
boolean |
MySqlWallVisitor.visit(SQLCreateTableStatement x) |
boolean |
DB2WallVisitor.visit(SQLCreateTableStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.