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) |
addItem, getFrom, getItems, getReturning, getTableName, getTableSource, getWhere, output, setFrom, setTableSource, setTableSource, setWheregetDbType, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, 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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.