ORDAStatementResultImpl Class Reference
Inherits from | ORDAResultImpl : NSObject |
Conforms to | ORDAStatementResult |
Declared in | ORDAStatementResultImpl.h ORDAStatementResultImpl.m |
Tasks
Properties
-
changed
the number of inserted, updated, or deleted rows or -1 for select
property -
lastID
the ID of the last inserted row, or -1 for select, update, or delete
property
Properties
-
– rows
the number of result rows
-
– columns
the 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)columns
Return Value
the number of result columns
Declared In
ORDAStatementResult.h
objectAtIndexedSubscript:
Treats the result as an array of dictionaries
- (NSDictionary *)objectAtIndexedSubscript:(NSUInteger)idx
Parameters
- idx
the row index
Return Value
the idx'th row’s data, index by column name
Declared In
ORDAStatementResult.h