public class OracleUpdateStatement extends SQLUpdateStatement implements OracleStatement, SQLReplaceable
| Constructor and Description |
|---|
OracleUpdateStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addReturningInto(SQLExpr returningInto) |
boolean |
equals(Object o) |
String |
getAlias() |
List<SQLHint> |
getHints() |
int |
getHintsSize() |
List<SQLExpr> |
getReturningInto() |
int |
hashCode() |
boolean |
isOnly() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setAlias(String alias) |
void |
setHints(List<SQLHint> hints) |
void |
setOnly(boolean only) |
addCondition, addCondition, addItem, addWhere, clone, cloneTo, getChildren, getFrom, getItems, getOrderBy, getPartitions, getReturning, getTableName, getTableSource, getWhere, getWith, removeCondition, removeCondition, setFrom, setOrderBy, setPartitions, setTableSource, setTableSource, setWhere, setWithgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineclone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void addReturningInto(SQLExpr returningInto)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablereplace in class SQLUpdateStatementpublic String getAlias()
public void setAlias(String alias)
public boolean isOnly()
public void setOnly(boolean only)
public int getHintsSize()
public boolean equals(Object o)
equals in class SQLUpdateStatementpublic int hashCode()
hashCode in class SQLUpdateStatementCopyright © 2013–2022 Alibaba Group. All rights reserved.