Captainup  2.4
Instance Methods | Class Methods | Properties | List of all members
CPTQueryBuilder Class Reference

#import <CPTQueryBuilder.h>

Inheritance diagram for CPTQueryBuilder:

Instance Methods

(void) - returnAllRecords
 

Class Methods

(nonnull id< CPTQuery >) + build:
 

Properties

NSUInteger skip
 
NSUInteger limit
 
BOOL extended
 

Detailed Description

Used to create a CTOQuery object.

Method Documentation

◆ build:()

+ (nonnull id<CPTQuery>) build: (nonnull void(^)(CPTQueryBuilder *_Nonnull builder))  builderBlock

Description

Parameters
builderBlockbuilderBlock description
Returns
return value description

◆ returnAllRecords()

- (void) returnAllRecords

Description

Property Documentation

◆ extended

- (BOOL) extended
readwritenonatomicassign

Description

◆ limit

- (NSUInteger) limit
readwritenonatomicassign

Description

◆ skip

- (NSUInteger) skip
readwritenonatomicassign

Description


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