Inherits from ORDAResultImpl : NSObject
Conforms to ORDATableResult
Declared in ORDATableResultImpl.h
ORDATableResultImpl.m

Overview

ORDATableResultImpl is an implementation of ORDATableResult.

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