public static class OracleMultiInsertStatement.InsertIntoClause extends SQLInsertInto implements OracleSQLObject, OracleMultiInsertStatement.Entry
| Constructor and Description |
|---|
InsertIntoClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleMultiInsertStatement.InsertIntoClause |
clone() |
void |
cloneTo(OracleMultiInsertStatement.InsertIntoClause x) |
SQLErrorLoggingClause |
getErrorLogging() |
OracleReturningClause |
getReturning() |
void |
setErrorLogging(SQLErrorLoggingClause errorLogging) |
void |
setReturning(OracleReturningClause returning) |
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, 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 cloneTo(OracleMultiInsertStatement.InsertIntoClause x)
public OracleMultiInsertStatement.InsertIntoClause clone()
clone in interface SQLObjectclone in class SQLInsertIntoCopyright © 2013–2018 Alibaba Group. All rights reserved.