FactualQueryResult(FactualQueryResultImplementation)


Additional Helper methods associated with FactualQueryResult objects.

Extends Class: FactualQueryResult
Declared In: FactualQueryResult.h



Methods

-rowAtIndex:
-fieldNameAtIndex:
-fieldIndexGivenName:

rowAtIndex:


-(FactualRow*) rowAtIndex:(NSInteger) index; 
Discussion

get the FactualRow object at the given index


fieldNameAtIndex:


-(NSString*) fieldNameAtIndex:(NSInteger) index; 
Discussion

get the field name given index (return nil for invalid index)


fieldIndexGivenName:


-(NSInteger) fieldIndexGivenName:(NSString*) fieldName; 
Discussion

get field index given name (return -1 for invalid name)

Last Updated: Friday, January 28, 2011