Class OracleInsertStatement
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.SQLStatementImpl
-
- com.alibaba.druid.sql.ast.statement.SQLInsertInto
-
- com.alibaba.druid.sql.ast.statement.SQLInsertStatement
-
- com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleInsertStatement
-
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLStatement,OracleSQLObject,OracleStatement
public class OracleInsertStatement extends SQLInsertStatement implements OracleStatement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
SQLInsertStatement.ValuesClause
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
upsert, with
-
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertInto
columns, columnsString, columnsStringHash, insertBeforeComments, overwrite, partitions, query, tableSource, valuesList
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description OracleInsertStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(OracleASTVisitor visitor)protected voidaccept0(SQLASTVisitor visitor)OracleInsertStatementclone()voidcloneTo(OracleInsertStatement x)SQLErrorLoggingClausegetErrorLogging()List<SQLCommentHint>getHeadHintsDirect()List<SQLHint>getHints()OracleReturningClausegetReturning()voidsetErrorLogging(SQLErrorLoggingClause errorLogging)voidsetHints(List<SQLHint> hints)voidsetReturning(OracleReturningClause returning)-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertStatement
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toString
-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLInsertInto
addColumn, addInsertBeforeComment, addPartition, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getInsertBeforeCommentsDirect, getPartitions, getQuery, getTableName, getTableSource, getValues, getValuesList, isOverwrite, replace, setAlias, setColumnsString, setHint, setOverwrite, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
cloneTo, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedString
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource, setSourceLine
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
getChildren, getDbType, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
-
-
-
Method Detail
-
cloneTo
public void cloneTo(OracleInsertStatement x)
-
getReturning
public OracleReturningClause getReturning()
-
setReturning
public void setReturning(OracleReturningClause returning)
-
getErrorLogging
public SQLErrorLoggingClause getErrorLogging()
-
setErrorLogging
public void setErrorLogging(SQLErrorLoggingClause errorLogging)
-
accept0
protected void accept0(SQLASTVisitor visitor)
- Overrides:
accept0in classSQLInsertStatement
-
accept0
public void accept0(OracleASTVisitor visitor)
- Specified by:
accept0in interfaceOracleSQLObject
-
clone
public OracleInsertStatement clone()
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLStatement- Overrides:
clonein classSQLInsertStatement
-
getHeadHintsDirect
public List<SQLCommentHint> getHeadHintsDirect()
- Specified by:
getHeadHintsDirectin interfaceSQLStatement- Overrides:
getHeadHintsDirectin classSQLStatementImpl
-
-