A single result from a CBLQuery.
The NSEnumeration returned by -[CBLQuery run:] produces these.
- (nullable id) valueAtIndex: |
|
(NSUInteger) |
index |
|
The result value at the given index (if the query has a "returning" specification.)
- (bool) booleanAtIndex: |
|
(NSUInteger) |
index |
|
- (NSInteger) integerAtIndex: |
|
(NSUInteger) |
index |
|
- (float) floatAtIndex: |
|
(NSUInteger) |
index |
|
- (double) doubleAtIndex: |
|
(NSUInteger) |
index |
|
- (nullable NSString*) stringAtIndex: |
|
(NSUInteger) |
index |
|
- (nullable NSDate*) dateAtIndex: |
|
(NSUInteger) |
index |
|
- (nullable id) objectAtIndexedSubscript: |
|
(NSUInteger) |
subscript |
|
- (instancetype) NS_UNAVAILABLE |
|
|
|
The ID of the document that produced this row.
The sequence number of the document revision that produced this row.
The document that produced this row.
The documentation for this class was generated from the following file: