com.alibaba.druid.sql.ast.statement
类 SQLUpdateStatement

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLStatementImpl
          继承者 com.alibaba.druid.sql.ast.statement.SQLUpdateStatement
所有已实现的接口:
SQLObject, SQLStatement
直接已知子类:
MySqlUpdateStatement, OracleUpdateStatement, PGUpdateStatement, SQLServerUpdateStatement

public class SQLUpdateStatement
extends SQLStatementImpl


构造方法摘要
SQLUpdateStatement()
           
 
方法摘要
 List<SQLUpdateSetItem> getItems()
           
 SQLName getTableName()
           
 SQLTableSource getTableSource()
           
 SQLExpr getWhere()
           
 void output(StringBuffer buf)
           
 void setTableSource(SQLExpr expr)
           
 void setTableSource(SQLTableSource tableSource)
           
 void setWhere(SQLExpr where)
           
 
从类 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, putAttribute, setParent
 

构造方法详细信息

SQLUpdateStatement

public SQLUpdateStatement()
方法详细信息

getTableSource

public SQLTableSource getTableSource()

setTableSource

public void setTableSource(SQLExpr expr)

setTableSource

public void setTableSource(SQLTableSource tableSource)

getTableName

public SQLName getTableName()

getWhere

public SQLExpr getWhere()

setWhere

public void setWhere(SQLExpr where)

getItems

public List<SQLUpdateSetItem> getItems()

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


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