| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
SQLUpdateBuilderImpl.createSQLUpdateStatement() |
SQLUpdateStatement |
SQLUpdateBuilderImpl.getSQLUpdateStatement() |
| Constructor and Description |
|---|
SQLUpdateBuilderImpl(SQLUpdateStatement stmt,
String dbType) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlUpdateStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
MySqlStatementParser.parseUpdateStatement() |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleUpdateStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
OracleStatementParser.parseUpdateStatement() |
| Modifier and Type | Class and Description |
|---|---|
class |
PGUpdateStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
PGSQLStatementParser.parseUpdateStatement() |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerUpdateStatement |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
SQLServerStatementParser.parseUpdateStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
SQLStatementParser.parseUpdateStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLUpdateStatement x) |
void |
SQLASTVisitor.endVisit(SQLUpdateStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLUpdateStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLUpdateStatement x) |
boolean |
SQLASTVisitor.visit(SQLUpdateStatement x) |
boolean |
SchemaStatVisitor.visit(SQLUpdateStatement x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WallVisitorUtils.checkUpdate(WallVisitor visitor,
SQLUpdateStatement x) |
void |
MySqlWallVisitor.endVisit(SQLUpdateStatement x) |
void |
SQLServerWallVisitor.endVisit(SQLUpdateStatement x) |
void |
DB2WallVisitor.endVisit(SQLUpdateStatement x) |
void |
PGWallVisitor.endVisit(SQLUpdateStatement x) |
boolean |
MySqlWallVisitor.visit(SQLUpdateStatement x) |
boolean |
SQLServerWallVisitor.visit(SQLUpdateStatement x) |
boolean |
DB2WallVisitor.visit(SQLUpdateStatement x) |
boolean |
OracleWallVisitor.visit(SQLUpdateStatement x) |
boolean |
PGWallVisitor.visit(SQLUpdateStatement x) |
Copyright © 2013–2018 Alibaba Group. All rights reserved.