Modifier and Type | Method and Description |
---|---|
SQLAlterTableStatement |
SQLCreateTableStatement.foreignKeyToAlterTable() |
Modifier and Type | Method and Description |
---|---|
boolean |
SQLCreateTableStatement.apply(SQLAlterTableStatement alter) |
Modifier and Type | Method and Description |
---|---|
void |
MySqlStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLAlterTableStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
OracleStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) |
Modifier and Type | Method and Description |
---|---|
void |
OracleSchemaStatVisitor.endVisit(SQLAlterTableStatement x) |
boolean |
OracleOutputVisitor.visit(SQLAlterTableStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementParser.parseAlterDrop(SQLAlterTableStatement stmt) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaRepository.MySqlConsoleSchemaVisitor.visit(SQLAlterTableStatement x) |
boolean |
SchemaRepository.OracleConsoleSchemaVisitor.visit(SQLAlterTableStatement x) |
boolean |
SchemaRepository.DefaultConsoleSchemaVisitor.visit(SQLAlterTableStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLAlterTableStatement x) |
void |
SQLASTVisitor.endVisit(SQLAlterTableStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLAlterTableStatement x) |
boolean |
SQLASTVisitor.visit(SQLAlterTableStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLAlterTableStatement x) |
boolean |
SchemaStatVisitor.visit(SQLAlterTableStatement x) |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.check(WallVisitor visitor,
SQLAlterTableStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLAlterTableStatement x) |
boolean |
PGWallVisitor.visit(SQLAlterTableStatement x) |
boolean |
OracleWallVisitor.visit(SQLAlterTableStatement x) |
boolean |
MySqlWallVisitor.visit(SQLAlterTableStatement x) |
boolean |
DB2WallVisitor.visit(SQLAlterTableStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.