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
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.