com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleUpdateStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
              extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleUpdateStatement
All Implemented Interfaces:
SQLObject, SQLStatement, OracleSQLObject, OracleStatement, Serializable

public class OracleUpdateStatement
extends SQLUpdateStatement
implements OracleStatement

See Also:
Serialized Form

Constructor Summary
OracleUpdateStatement()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
getItems, getTableName, getTableSource, output, setTableSource, setTableSource
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleUpdateStatement

public OracleUpdateStatement()
Method Detail

getReturning

public List<SQLExpr> getReturning()

setReturning

public void setReturning(List<SQLExpr> returning)

getReturningInto

public List<SQLExpr> getReturningInto()

setReturningInto

public void setReturningInto(List<SQLExpr> returningInto)

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getWhere

public SQLExpr getWhere()
Overrides:
getWhere in class SQLUpdateStatement

setWhere

public void setWhere(SQLExpr where)
Overrides:
setWhere in class SQLUpdateStatement

isOnly

public boolean isOnly()

setOnly

public void setOnly(boolean only)

getHints

public List<SQLHint> getHints()


Copyright © 2012 Alibaba Group. All Rights Reserved.