com.alibaba.druid.sql.ast.statement
Class SQLInsertStatement.ValuesClause

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLInsertStatement.ValuesClause
All Implemented Interfaces:
SQLObject, Serializable
Enclosing class:
SQLInsertStatement

public static class SQLInsertStatement.ValuesClause
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLInsertStatement.ValuesClause()
           
 
Method Summary
 List<SQLExpr> getValues()
           
 void output(StringBuffer buf)
           
 
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
 

Constructor Detail

SQLInsertStatement.ValuesClause

public SQLInsertStatement.ValuesClause()
Method Detail

getValues

public List<SQLExpr> getValues()

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.