FactualQueryResult(FactualQueryResultImplementation) |
Additional Helper methods associated with FactualQueryResult objects.
Extends Class: FactualQueryResult
Declared In: FactualQueryResult.h
rowAtIndex: |
-(FactualRow*) rowAtIndex:(NSInteger) index;
get the FactualRow object at the given index
fieldNameAtIndex: |
-(NSString*) fieldNameAtIndex:(NSInteger) index;
get the field name given index (return nil for invalid index)
fieldIndexGivenName: |
-(NSInteger) fieldIndexGivenName:(NSString*) fieldName;
get field index given name (return -1 for invalid name)
Last Updated: Friday, January 28, 2011