Modifier and Type | Method and Description |
---|---|
SQLDeleteStatement |
SQLDeleteStatement.clone() |
Modifier and Type | Method and Description |
---|---|
SQLDeleteStatement |
SQLDeleteBuilderImpl.createSQLDeleteStatement() |
SQLDeleteStatement |
SQLDeleteBuilderImpl.getSQLDeleteStatement() |
Constructor and Description |
---|
SQLDeleteBuilderImpl(SQLDeleteStatement stmt,
String dbType) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlDeleteStatement |
Modifier and Type | Class and Description |
---|---|
class |
OracleDeleteStatement |
Modifier and Type | Class and Description |
---|---|
class |
PGDeleteStatement |
Modifier and Type | Method and Description |
---|---|
SQLDeleteStatement |
SQLStatementParser.parseDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLDeleteStatement x) |
void |
SQLASTVisitor.endVisit(SQLDeleteStatement x) |
void |
SchemaStatVisitor.endVisit(SQLDeleteStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLDeleteStatement x) |
boolean |
SQLASTVisitor.visit(SQLDeleteStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLDeleteStatement x) |
boolean |
SchemaStatVisitor.visit(SQLDeleteStatement x) |
Modifier and Type | Method and Description |
---|---|
static void |
WallVisitorUtils.checkDelete(WallVisitor visitor,
SQLDeleteStatement x) |
void |
PGWallVisitor.endVisit(SQLDeleteStatement x) |
void |
OracleWallVisitor.endVisit(SQLDeleteStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLDeleteStatement x) |
boolean |
PGWallVisitor.visit(SQLDeleteStatement x) |
boolean |
OracleWallVisitor.visit(SQLDeleteStatement x) |
boolean |
MySqlWallVisitor.visit(SQLDeleteStatement x) |
boolean |
DB2WallVisitor.visit(SQLDeleteStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.