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<SQLCommentHint> |
getHeadHintsDirect() |
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
void |
setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
setHints(List<SQLHint> hints) |
void |
setReturning(OracleReturningClause returning) |
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toStringaddColumn, 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, setValuessetHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 OracleSQLObjectpublic OracleInsertStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertStatementpublic List<SQLCommentHint> getHeadHintsDirect()
getHeadHintsDirect in interface SQLStatementgetHeadHintsDirect in class SQLStatementImplCopyright © 2013–2022 Alibaba Group. All rights reserved.