com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleInsertStatement

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.oracle.ast.stmt.OracleInsertStatement
All Implemented Interfaces:
SQLObject, SQLStatement, OracleSQLObject, OracleStatement, Serializable

public class OracleInsertStatement
extends SQLInsertStatement
implements OracleStatement

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
SQLInsertStatement.ValuesClause
 
Constructor Summary
OracleInsertStatement()
           
 
Method Summary
 void accept0(OracleASTVisitor visitor)
           
 OracleErrorLoggingClause getErrorLogging()
           
 List<SQLHint> getHints()
           
 OracleReturningClause getReturning()
           
 void setErrorLogging(OracleErrorLoggingClause errorLogging)
           
 void setHints(List<SQLHint> hints)
           
 void setReturning(OracleReturningClause returning)
           
 
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

OracleInsertStatement

public OracleInsertStatement()
Method Detail

getHints

public List<SQLHint> getHints()

setHints

public void setHints(List<SQLHint> hints)

getReturning

public OracleReturningClause getReturning()

setReturning

public void setReturning(OracleReturningClause returning)

getErrorLogging

public OracleErrorLoggingClause getErrorLogging()

setErrorLogging

public void setErrorLogging(OracleErrorLoggingClause errorLogging)

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.