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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLInsertInto
          extended by com.alibaba.druid.sql.ast.statement.SQLInsertStatement
All Implemented Interfaces:
SQLObject, SQLStatement, Serializable
Direct Known Subclasses:
MySqlInsertStatement, OracleInsertStatement, PGInsertStatement, SQLServerInsertStatement

public class SQLInsertStatement
extends SQLInsertInto
implements SQLStatement

See Also:
Serialized Form

Nested Class Summary
static class SQLInsertStatement.ValuesClause
           
 
Constructor Summary
SQLInsertStatement()
           
 
Method Summary
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertInto
getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValues
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, 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

SQLInsertStatement

public SQLInsertStatement()


Copyright © 2012 Alibaba Group. All Rights Reserved.