DatabaseKit  0.5
<DBFilterableQuery> Protocol Reference

#import <DBQuery.h>

Inheritance diagram for <DBFilterableQuery>:
[legend]

Instance Methods

(instancetype) - where:
 
(instancetype) - where:arguments:
 
(instancetype) - narrow:
 
(instancetype) - withPredicate:
 

Properties

NSPredicate * where
 

Detailed Description

Definition at line 9 of file DBQuery.h.

Method Documentation

- (instancetype) narrow: (NSString *)  format
,   ... 
- (instancetype) where: (NSString *)  format
,   ... 
- (instancetype) where: (id)  format
arguments: (va_list)  args 
- (instancetype) withPredicate: (NSPredicate *)  predicate

Property Documentation

- (NSPredicate*) where
readatomicstrong

Definition at line 10 of file DBQuery.h.


The documentation for this protocol was generated from the following file: