|
|
@@ -41,6 +41,8 @@
|
|
|
- (BOOL)next;
|
|
|
- (BOOL)hasAnotherRow;
|
|
|
|
|
|
+- (int)numberOfColumns;
|
|
|
+
|
|
|
- (int)columnIndexForName:(NSString*)columnName;
|
|
|
- (NSString*)columnNameForIndex:(int)columnIdx;
|
|
|
|
|
|
@@ -83,7 +85,6 @@ If you don't, you're going to be in a world of hurt when you try and use the dat
|
|
|
- (NSData*)dataNoCopyForColumn:(NSString*)columnName NS_RETURNS_NOT_RETAINED;
|
|
|
- (NSData*)dataNoCopyForColumnIndex:(int)columnIdx NS_RETURNS_NOT_RETAINED;
|
|
|
|
|
|
-
|
|
|
- (BOOL)columnIndexIsNull:(int)columnIdx;
|
|
|
- (BOOL)columnIsNull:(NSString*)columnName;
|
|
|
|