Select Result. More...
#import <SimpleDBSelectResponse.h>
Inherits AmazonServiceResponse.
Public Member Functions | |
(id) | - init |
Default constructor for a new object. | |
(void) | - addItem: |
Adds a single object to items. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSMutableArray * | items |
A list of items that match the select expression. | |
NSString * | nextToken |
An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds. |
Select Result.
- (void SimpleDBSelectResponse.)addItem: | (SimpleDBItem *) | item |
Adds a single object to items.
This function will alloc and init items if not already done.
- (NSString* SimpleDBSelectResponse.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBSelectResponse.)init |
Default constructor for a new object.
Callers should use the property methods to initialize this object after creating it.