Inherits from ORDAResultImpl : NSObject
Conforms to ORDAStatement
Declared in ORDAStatementImpl.h
ORDAStatementImpl.m

Overview

ORDAStatementImpl is a partial implementation of ORDAStatement.

Tasks

Other Methods

Other Methods

Properties

statementSQL

The statement’s SQL

@property (readonly) NSString *statementSQL

Return Value

the SQL This returns the SQL used to create this statement.

Declared In

ORDAStatement.h

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.

Declared In

ORDAStatement.h