45 select: (
nullable NSArray*)valueTemplate
46 where: (NSString*)predicateStr
47 orderBy: (
nullable NSArray*)sortDescriptors
48 error: (NSError**)outError;
54 select: (
nullable NSArray*)valueTemplate
55 wherePredicate: (NSPredicate*)predicate
56 orderBy: (
nullable NSArray*)sortDescriptors
57 error: (NSError**)outError;
62 select: (NSArray*)valueTemplate
63 wherePredicate: (NSPredicate*)predicate
64 orderBy: (
nullable NSArray*)sortDescriptors
65 error: (NSError**)outError;
86 error: (NSError**)outError;
#define NS_ASSUME_NONNULL_BEGIN
Definition: CBLBase.h:20
A "view" in a CouchbaseLite database – essentially a persistent index managed by map/reduce...
Definition: CBLView.h:58
A CouchbaseLite database.
Definition: CBLDatabase.h:38
instancetype NS_UNAVAILABLE()
#define nullable
Definition: CBLBase.h:22
Represents a query of a CouchbaseLite 'view', or of a view-like resource like _all_documents.
Definition: CBLQuery.h:34
CBLView * view
The view the query builder is using.
Definition: CBLQueryBuilder.h:70
#define NS_ASSUME_NONNULL_END
Definition: CBLBase.h:21
Enumerator on a CBLQuery's result rows.
Definition: CBLQuery.h:187
NSString * explanation
A human-readable string that explains in pseudocode what the query builder is doing.
Definition: CBLQueryBuilder.h:75
A higher-level interface to views and queries that feels more like a traditional query language or li...
Definition: CBLQueryBuilder.h:26