|
|
@@ -74,8 +74,8 @@
|
|
|
- (const unsigned char *)UTF8StringForColumnName:(NSString*)columnName;
|
|
|
|
|
|
// returns one of NSNumber, NSString, NSData, or NSNull
|
|
|
+- (id)objectForColumn:(NSString*)columnName;
|
|
|
- (id)objectForColumnIndex:(int)columnIdx;
|
|
|
-- (id)objectForColumnName:(NSString*)columnName;
|
|
|
|
|
|
/*
|
|
|
If you are going to use this data after you iterate over the next row, or after you close the
|