com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGInsertStatement

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
              extended by com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGInsertStatement
All Implemented Interfaces:
SQLObject, SQLStatement, PGSQLObject, PGSQLStatement, Serializable

public class PGInsertStatement
extends SQLInsertStatement
implements PGSQLStatement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
SQLInsertStatement.ValuesClause
 
Constructor Summary
PGInsertStatement()
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 SQLExpr getReturning()
           
 SQLInsertStatement.ValuesClause getValues()
           
 List<SQLInsertStatement.ValuesClause> getValuesList()
           
 PGWithClause getWith()
           
 void setReturning(SQLExpr returning)
           
 void setValues(SQLInsertStatement.ValuesClause values)
           
 void setWith(PGWithClause with)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertInto
getAlias, getColumns, getQuery, getTableName, getTableSource, setAlias, setQuery, setTableName, setTableSource, setTableSource
 
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

PGInsertStatement

public PGInsertStatement()
Method Detail

getReturning

public SQLExpr getReturning()

setReturning

public void setReturning(SQLExpr returning)

getWith

public PGWithClause getWith()

setWith

public void setWith(PGWithClause with)

getValues

public SQLInsertStatement.ValuesClause getValues()
Overrides:
getValues in class SQLInsertInto

setValues

public void setValues(SQLInsertStatement.ValuesClause values)
Overrides:
setValues in class SQLInsertInto

getValuesList

public List<SQLInsertStatement.ValuesClause> getValuesList()

accept0

public void accept0(PGASTVisitor visitor)
Specified by:
accept0 in interface PGSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.