| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
SQLUpdateStatement.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLUpdateStatement.cloneTo(SQLUpdateStatement x) |
| Modifier and Type | Method and Description |
|---|---|
SQLUpdateStatement |
SQLUpdateBuilderImpl.createSQLUpdateStatement() |
SQLUpdateStatement |
SQLUpdateBuilderImpl.getSQLUpdateStatement() |
| Constructor and Description |
|---|
SQLUpdateBuilderImpl(SQLUpdateStatement stmt,
DbType 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 |
|---|---|
default boolean |
SchemaResolveVisitor.visit(SQLUpdateStatement x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SQLASTVisitor.endVisit(SQLUpdateStatement x) |
void |
SchemaStatVisitor.endVisit(SQLUpdateStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLUpdateStatement x) |
default boolean |
SQLASTVisitor.visit(SQLUpdateStatement x) |
boolean |
SchemaStatVisitor.visit(SQLUpdateStatement x) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WallVisitor.endVisit(SQLUpdateStatement x) |
default boolean |
WallVisitor.visit(SQLUpdateStatement x) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WallVisitorUtils.checkUpdate(WallVisitor visitor,
SQLUpdateStatement x) |
Copyright © 2013–2022 Alibaba Group. All rights reserved.