GEAS::Query::Query
==================

General Notes:
--------------


Parents:
--------
Query::Constraint


Attributes:
-----------

Name       : id
Type       : ObjectReference (read only)
Description: This is mostly an internal detail.

Name       : classname
Type       : string
Description: The name of the class to load

Name       : orderby
Type       : string
Description: The field to sort the result on. If not set, the default order
             for the class will be used.

Name       : reverse
Type       : boolean
Description: If set to true, then sort in descending order.


Methods:
--------

Name:
    release

Synopsis:
    void release( );

Description:
    Indicate that a query is no longer needed.

Arguments:
    None

Result:
    None

Exceptions:
    None

Example:
    None

See Also:
    None


Name:
    clear

Synopsis:
    void clear( void )

Description:
    Clears all data associated with this query.

Arguments:
    None

Result:
    None

Exceptions:
    None

Example:
    None

See Also:
    None

