ORDAStatementImpl Class Reference
| Inherits from | ORDAResultImpl : NSObject |
| Conforms to | ORDAStatement |
| Declared in | ORDAStatementImpl.h ORDAStatementImpl.m |
Tasks
Other Methods
-
statementSQLThe statement’s SQL
property
Other Methods
-
– fastEnumerateAn enumerator for nextStatement
Instance Methods
fastEnumerate
An enumerator for nextStatement
- (id<NSFastEnumeration>)fastEnumerateReturn Value
an enumerator
Discussion
The enumerator returned by this method will enumerate through this statement and those it links to as a linked list. Thus this method can be used in conjunction with [ORDAGovernor createStatement:] to enumerate through a set of statements.
See Also
Declared In
ORDAStatement.h