public class OracleInsertStatement extends SQLInsertStatement implements OracleStatement
SQLInsertStatement.ValuesClause
Constructor and Description |
---|
OracleInsertStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleInsertStatement |
clone() |
void |
cloneTo(OracleInsertStatement x) |
SQLErrorLoggingClause |
getErrorLogging() |
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
void |
output(StringBuffer buf) |
void |
setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
setHints(List<SQLHint> hints) |
void |
setReturning(OracleReturningClause returning) |
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toString
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public void cloneTo(OracleInsertStatement x)
public OracleReturningClause getReturning()
public void setReturning(OracleReturningClause returning)
public SQLErrorLoggingClause getErrorLogging()
public void setErrorLogging(SQLErrorLoggingClause errorLogging)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public OracleInsertStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLInsertStatement
Copyright © 2013–2017 Alibaba Group. All rights reserved.