DatabaseKit  0.5
DBResult Class Reference

#import <DBConnection.h>

Inheritance diagram for DBResult:
Collaboration diagram for DBResult:

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
 

Detailed Description

Definition at line 128 of file DBConnection.h.

Method Documentation

- (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:.

Member Data Documentation

- (DBResultState) _state
protected

Definition at line 130 of file DBConnection.h.

Property Documentation

- (DBResultState) state
readwriteatomic

Definition at line 132 of file DBConnection.h.


The documentation for this class was generated from the following files: