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) |
toString
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleStatementImpl
public 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 SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.