public static class OracleMultiInsertStatement.ConditionalInsertClauseItem extends OracleSQLObjectImpl
Constructor and Description |
---|
ConditionalInsertClauseItem() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleMultiInsertStatement.InsertIntoClause |
getThen() |
SQLExpr |
getWhen() |
void |
setThen(OracleMultiInsertStatement.InsertIntoClause then) |
void |
setWhen(SQLExpr when) |
clone, computeDataType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getWhen()
public void setWhen(SQLExpr when)
public OracleMultiInsertStatement.InsertIntoClause getThen()
public void setThen(OracleMultiInsertStatement.InsertIntoClause then)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.