API 0.9.5
CPExpression_aggregate Class Reference

#import <CPExpression_aggregate.h>

Inheritance diagram for CPExpression_aggregate:

List of all members.

Instance Methods

(id) - collection
(CPString- description
(void) - encodeWithCoder:
(id) - expressionValueWithObject:context:
(id) - initWithAggregate:
(id) - initWithCoder:
(BOOL) - isEqual:

Detailed Description

Definition at line 2 of file CPExpression_aggregate.h.


Method Documentation

- (id) collection

Returns the collection of expressions in an aggregate expression, or the collection element of a subquery expression.

Returns:
The collection of expressions in an aggregate expression, or the collection element of a subquery expression. This method raises an exception if it is not applicable to the receiver.

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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines