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, setWhere
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public String getAlias()
public void setAlias(String alias)
public boolean isOnly()
public void setOnly(boolean only)
Copyright © 2013–2017 Alibaba Group. All rights reserved.