ORDAStatementImpl Class Reference
Inherits from | ORDAResultImpl : NSObject |
Conforms to | ORDAStatement |
Declared in | ORDAStatementImpl.h ORDAStatementImpl.m |
Tasks
Other Methods
-
statementSQL
The statement’s SQL
property
Other Methods
-
– fastEnumerate
An enumerator for nextStatement
Instance Methods
fastEnumerate
An enumerator for nextStatement
- (id<NSFastEnumeration>)fastEnumerate
Return 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