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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
              继承者 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleUpdateStatement
所有已实现的接口:
SQLObject, SQLStatement, OracleSQLObject, OracleStatement

public class OracleUpdateStatement
extends SQLUpdateStatement
implements OracleStatement


构造方法摘要
OracleUpdateStatement()
           
 
方法摘要
 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)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLUpdateStatement 继承的方法
getItems, getTableName, getTableSource, output, setTableSource, setTableSource
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

OracleUpdateStatement

public OracleUpdateStatement()
方法详细信息

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)
指定者:
接口 OracleSQLObject 中的 accept0

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getWhere

public SQLExpr getWhere()
覆盖:
SQLUpdateStatement 中的 getWhere

setWhere

public void setWhere(SQLExpr where)
覆盖:
SQLUpdateStatement 中的 setWhere

isOnly

public boolean isOnly()

setOnly

public void setOnly(boolean only)

getHints

public List<SQLHint> getHints()


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.