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> |
getReturning() |
List<SQLExpr> |
getReturningInto() |
SQLExpr |
getWhere() |
boolean |
isOnly() |
void |
setAlias(String alias) |
void |
setOnly(boolean only) |
void |
setReturning(List<SQLExpr> returning) |
void |
setReturningInto(List<SQLExpr> returningInto) |
void |
setWhere(SQLExpr where) |
addItem, getItems, getTableName, getTableSource, output, setTableSource, setTableSourcegetDbType, 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 SQLExpr getWhere()
getWhere in class SQLUpdateStatementpublic void setWhere(SQLExpr where)
setWhere in class SQLUpdateStatementpublic boolean isOnly()
public void setOnly(boolean only)
Copyright © 2013–2018 Alibaba Group. All rights reserved.