public class OracleMultiInsertStatement extends OracleStatementImpl
Modifier and Type | Class and Description |
---|---|
static class |
OracleMultiInsertStatement.ConditionalInsertClause |
static class |
OracleMultiInsertStatement.ConditionalInsertClauseItem |
static interface |
OracleMultiInsertStatement.Entry |
static class |
OracleMultiInsertStatement.InsertIntoClause |
static class |
OracleMultiInsertStatement.Option |
Constructor and Description |
---|
OracleMultiInsertStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
void |
addEntry(OracleMultiInsertStatement.Entry entry) |
List<OracleMultiInsertStatement.Entry> |
getEntries() |
List<SQLHint> |
getHints() |
OracleMultiInsertStatement.Option |
getOption() |
SQLSelect |
getSubQuery() |
void |
setHints(List<SQLHint> hints) |
void |
setOption(OracleMultiInsertStatement.Option option) |
void |
setSubQuery(SQLSelect subQuery) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public List<OracleMultiInsertStatement.Entry> getEntries()
public void addEntry(OracleMultiInsertStatement.Entry entry)
public OracleMultiInsertStatement.Option getOption()
public void setOption(OracleMultiInsertStatement.Option option)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.