VaultMobileSDK  18R3
iOS framework for Vault API
VEVVaultLocalQuery.h
Go to the documentation of this file.
1 
6 #import "VEVVaultJSONField.h"
7 #import "VEVVaultOperators.h"
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
32 @interface VEVVaultLocalQuery : NSObject
33 
43 + (instancetype)createWithExpression:(NSArray<id> * _Nullable )expressionComponents;
44 
45 @end
46 NS_ASSUME_NONNULL_END
Instances of this class are used to define queries on a VEVVaultJSONCache.
Definition: VEVVaultLocalQuery.h:32