public class OracleInsertStatement extends SQLInsertStatement implements OracleStatement
SQLInsertStatement.ValuesClause
Constructor and Description |
---|
OracleInsertStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLErrorLoggingClause |
getErrorLogging() |
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
void |
output(StringBuffer buf) |
void |
setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
setHints(List<SQLHint> hints) |
void |
setReturning(OracleReturningClause returning) |
getDbType, isUpsert, setDbType, setUpsert
addColumn, getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValues, setValuesList
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
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
Copyright © 2013–2017 Alibaba Group. All rights reserved.