public class OracleForStatement extends OracleStatementImpl
| Constructor and Description |
|---|
OracleForStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleForStatement |
clone() |
SQLName |
getEndLabel() |
SQLName |
getIndex() |
SQLExpr |
getRange() |
List<SQLStatement> |
getStatements() |
boolean |
isAll() |
void |
setAll(boolean all) |
void |
setEndLabel(SQLName endLabel) |
void |
setIndex(SQLName index) |
void |
setRange(SQLExpr range) |
toStringgetChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic SQLName getIndex()
public void setIndex(SQLName index)
public SQLExpr getRange()
public void setRange(SQLExpr range)
public List<SQLStatement> getStatements()
public boolean isAll()
public void setAll(boolean all)
public SQLName getEndLabel()
public void setEndLabel(SQLName endLabel)
public OracleForStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.