![]() |
API 0.9.5
|
#import <CPExpression_aggregate.h>
Instance Methods | |
(id) | - collection |
(CPString) | - description |
(void) | - encodeWithCoder: |
(id) | - expressionValueWithObject:context: |
(id) | - initWithAggregate: |
(id) | - initWithCoder: |
(BOOL) | - isEqual: |
Definition at line 2 of file CPExpression_aggregate.h.
- (id) collection |
Returns the collection of expressions in an aggregate expression, or the collection element of a subquery expression.
Reimplemented from CPExpression.
Definition at line 48 of file CPExpression_aggregate.j.
- (CPString) description |
Definition at line 68 of file CPExpression_aggregate.j.
- (void) encodeWithCoder: | (CPCoder) | coder |
Definition at line 106 of file CPExpression_aggregate.j.
- (id) expressionValueWithObject: | (id) | object | |
context: | (CPDictionary) | context | |
Definition at line 53 of file CPExpression_aggregate.j.
- (id) initWithAggregate: | (CPArray) | collection |
Definition at line 28 of file CPExpression_aggregate.j.
- (id) initWithCoder: | (CPCoder) | coder |
Definition at line 100 of file CPExpression_aggregate.j.
- (BOOL) isEqual: | (id) | object |
Definition at line 37 of file CPExpression_aggregate.j.