Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
SQLCreateTableStatement.clone() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateTableStatement.cloneTo(SQLCreateTableStatement x) |
Modifier and Type | Class and Description |
---|---|
class |
DB2CreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
DB2CreateTableParser.parseCreateTable(boolean acceptCreate) |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
HiveCreateTableParser.parseCreateTable(boolean acceptCreate) |
Modifier and Type | Class and Description |
---|---|
class |
HiveCreateTableStatement |
Modifier and Type | Class and Description |
---|---|
class |
MySqlCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
MySqlStatementParser.parseCreateTable() |
SQLCreateTableStatement |
MySqlCreateTableParser.parseCreateTable() |
Modifier and Type | Class and Description |
---|---|
class |
OdpsCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
OdpsStatementParser.parseCreateTable() |
SQLCreateTableStatement |
OdpsCreateTableParser.parseCreateTable(boolean acceptCreate) |
Modifier and Type | Class and Description |
---|---|
class |
OracleCreateTableStatement |
Modifier and Type | Method and Description |
---|---|
SQLCreateTableStatement |
SQLStatementParser.parseCreateTable() |
SQLCreateTableStatement |
SQLCreateTableParser.parseCreateTable() |
SQLCreateTableStatement |
SQLCreateTableParser.parseCreateTable(boolean acceptCreate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaRepository.MySqlConsoleSchemaVisitor.visit(SQLCreateTableStatement x) |
boolean |
SchemaRepository.OracleConsoleSchemaVisitor.visit(SQLCreateTableStatement x) |
boolean |
SchemaRepository.DefaultConsoleSchemaVisitor.visit(SQLCreateTableStatement x) |
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) |
Constructor and Description |
---|
DDLTable(SQLCreateTableStatement stmt) |
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.