Conforms to ORDAResult
Declared in ORDATableResult.h

Overview

The ORDATableResult protocol is the protocol that all results from ORDATable must conform to.

Tasks

Instance Methods

count

the number of contained result rows

- (NSUInteger)count

Return Value

the number of contained result rows

Declared In

ORDATableResult.h

objectAtIndexedSubscript:

the index

- (id)objectAtIndexedSubscript:(NSUInteger)idx

Parameters

idx

the index

Return Value

the idx'th result row contained in this result object/array.

Declared In

ORDATableResult.h