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, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsertaddColumn, addValueCause, getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValuesaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemiaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic OracleReturningClause getReturning()
public void setReturning(OracleReturningClause returning)
public SQLErrorLoggingClause getErrorLogging()
public void setErrorLogging(SQLErrorLoggingClause errorLogging)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectpublic void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplCopyright © 2013–2017 Alibaba Group. All rights reserved.