JSONStoreQueryOptions Class Reference
| Inherits from | NSObject |
| Declared in | JSONStoreQueryOptions.h |
Tasks
-
_countproperty -
_sortproperty -
_filterproperty -
limitproperty -
offsetproperty -
– sortBySearchFieldAscending: -
– sortBySearchFieldDescending: -
– filterSearchField: -
– description
Properties
_count
Private. Flag to turn a find into a count.
@property (nonatomic) BOOL _countAvailability
IBM Worklight V6.2.0 @private
Declared In
JSONStoreQueryOptions.h_filter
Private. NSArray with filter criteria (e.g. [@“name”, @“age”]).
@property (nonatomic, strong) NSMutableArray *_filterAvailability
IBM Worklight V6.2.0
Declared In
JSONStoreQueryOptions.h_sort
Private. NSArray with sort criteria (e.g. [{name: @“ASC”}]).
@property (nonatomic, strong) NSMutableArray *_sortAvailability
IBM Worklight V6.2.0
Declared In
JSONStoreQueryOptions.hInstance Methods
description
String representation of the object.
- (NSString *)descriptionAvailability
IBM Worklight V6.2.0
Declared In
JSONStoreQueryOptions.hfilterSearchField:
Filter by search field.
- (void)filterSearchField:(NSString *)searchFieldParameters
- searchField
Search field
Availability
IBM Worklight V6.2.0
Declared In
JSONStoreQueryOptions.h