Modifier and Type | Method and Description |
---|---|
SQLInsertStatement |
SQLInsertStatement.clone() |
Modifier and Type | Method and Description |
---|---|
void |
SQLInsertStatement.cloneTo(SQLInsertStatement x) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlInsertStatement |
Modifier and Type | Method and Description |
---|---|
SQLInsertStatement |
MySqlInsertStatement.clone() |
Modifier and Type | Method and Description |
---|---|
SQLInsertStatement |
MySqlStatementParser.parseInsert() |
Modifier and Type | Class and Description |
---|---|
class |
OracleInsertStatement |
Modifier and Type | Class and Description |
---|---|
class |
PGInsertStatement |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerInsertStatement |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLInsertStatement x) |
void |
SQLASTVisitor.endVisit(SQLInsertStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLInsertStatement x) |
boolean |
SQLASTVisitor.visit(SQLInsertStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLInsertStatement x) |
boolean |
SchemaStatVisitor.visit(SQLInsertStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerWallVisitor.endVisit(SQLInsertStatement x) |
void |
PGWallVisitor.endVisit(SQLInsertStatement x) |
void |
OracleWallVisitor.endVisit(SQLInsertStatement x) |
void |
MySqlWallVisitor.endVisit(SQLInsertStatement x) |
void |
DB2WallVisitor.endVisit(SQLInsertStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLInsertStatement x) |
boolean |
PGWallVisitor.visit(SQLInsertStatement x) |
boolean |
OracleWallVisitor.visit(SQLInsertStatement x) |
boolean |
MySqlWallVisitor.visit(SQLInsertStatement x) |
boolean |
DB2WallVisitor.visit(SQLInsertStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.