public class OracleForStatement extends OracleStatementImpl
| Constructor and Description |
|---|
OracleForStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getIndex() |
SQLExpr |
getRange() |
List<SQLStatement> |
getStatements() |
void |
setIndex(SQLName index) |
void |
setRange(SQLExpr range) |
void |
setStatements(List<SQLStatement> statements) |
toStringgetDbType, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, 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 void setStatements(List<SQLStatement> statements)
Copyright © 2013–2016 Alibaba Group. All rights reserved.