|
DatabaseKit
0.5
|
#import <DBConnection.h>
Instance Methods | |
| (NSUInteger) | - indexOfColumnNamed: |
| (NSArray *) | - toArray: |
| (NSDictionary *) | - dictionaryForCurrentRow |
| (NSArray *) | - columns |
| (DBResultState) | - step: |
| (NSUInteger) | - columnCount |
| (NSString *) | - nameOfColumnAtIndex: |
| (id) | - valueOfColumnAtIndex: |
| (id) | - valueOfColumnNamed: |
Protected Attributes | |
| DBResultState | _state |
Properties | |
| DBResultState | state |
Definition at line 128 of file DBConnection.h.
| - (NSUInteger) columnCount |
Definition at line 205 of file DBConnection.m.
| - (NSArray *) columns |
Definition at line 254 of file DBConnection.m.
References columns, and nameOfColumnAtIndex:.
Referenced by columns.
| - (NSDictionary *) dictionaryForCurrentRow |
Definition at line 246 of file DBConnection.m.
References nameOfColumnAtIndex:, and valueOfColumnAtIndex:.
Referenced by toArray:.
| - (NSUInteger) indexOfColumnNamed: | (NSString *) | name |
Definition at line 216 of file DBConnection.m.
Referenced by valueOfColumnNamed:.
| - (NSString *) nameOfColumnAtIndex: | (NSUInteger) | idx |
Definition at line 211 of file DBConnection.m.
Referenced by columns, and dictionaryForCurrentRow.
| - (DBResultState) step: | (NSError **) | outErr |
Definition at line 199 of file DBConnection.m.
| - (NSArray *) toArray: | (NSError **) | outErr |
Definition at line 237 of file DBConnection.m.
References dictionaryForCurrentRow.
| - (id) valueOfColumnAtIndex: | (NSUInteger) | idx |
Definition at line 222 of file DBConnection.m.
Referenced by dictionaryForCurrentRow, and valueOfColumnNamed:.
| - (id) valueOfColumnNamed: | (NSString *) | columnName |
Definition at line 228 of file DBConnection.m.
References indexOfColumnNamed:, and valueOfColumnAtIndex:.
|
protected |
Definition at line 130 of file DBConnection.h.
|
readwriteatomic |
Definition at line 132 of file DBConnection.h.