public class OracleUpdateStatement extends SQLUpdateStatement implements OracleStatement
| Constructor and Description |
|---|
OracleUpdateStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
String |
getAlias() |
List<SQLHint> |
getHints() |
List<SQLExpr> |
getReturningInto() |
boolean |
isOnly() |
void |
setAlias(String alias) |
void |
setOnly(boolean only) |
void |
setReturningInto(List<SQLExpr> returningInto) |
addCondition, addCondition, addItem, addWhere, equals, getChildren, getFrom, getHintsSize, getItems, getOrderBy, getReturning, getTableName, getTableSource, getWhere, getWith, hashCode, output, removeCondition, removeCondition, replace, setFrom, setHints, setOrderBy, setTableSource, setTableSource, setWhere, setWithclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentclone, getChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic String getAlias()
public void setAlias(String alias)
public boolean isOnly()
public void setOnly(boolean only)
public List<SQLHint> getHints()
getHints in class SQLUpdateStatementCopyright © 2013–2018 Alibaba Group. All rights reserved.