ORDAStatementResultImpl Class Reference
| Inherits from | ORDAResultImpl : NSObject |
| Conforms to | ORDAStatementResult |
| Declared in | ORDAStatementResultImpl.h ORDAStatementResultImpl.m |
Tasks
Properties
-
changedthe number of inserted, updated, or deleted rows or -1 for select
property -
lastIDthe ID of the last inserted row, or -1 for select, update, or delete
property
Properties
-
– rowsthe number of result rows
-
– columnsthe number of result columns
-
– objectAtIndexedSubscript:Treats the result as an array of dictionaries
-
– objectForKeyedSubscript:Treats the result as a dictionary of arrays
Properties
Instance Methods
columns
the number of result columns
- (int)columnsReturn Value
the number of result columns
Declared In
ORDAStatementResult.hobjectAtIndexedSubscript:
Treats the result as an array of dictionaries
- (NSDictionary *)objectAtIndexedSubscript:(NSUInteger)idxParameters
- idx
the row index
Return Value
the idx'th row’s data, index by column name
Declared In
ORDAStatementResult.h