Package com.amazon.carbonado.filter

Contains classes for representing query filters.

See:
          Description

Class Summary
AndFilter<S extends Storable> Filter tree node that performs a logical 'and' test.
BinaryOpFilter<S extends Storable> Base class for filter tree nodes that have a left and right child.
ClosedFilter<S extends Storable> Filter which blocks any results from passing through.
ExistsFilter<S extends Storable> Filter tree node that performs an existence or non-existence test against a join property.
Filter<S extends Storable> An immutable tree structure representing a query result filter.
FilterValues<S extends Storable> Assigns values to Filter placeholders.
OpenFilter<S extends Storable> Filter which lets all results pass through.
OrFilter<S extends Storable> Filter tree node that performs a logical 'or' test.
PropertyFilter<S extends Storable> Filter tree node that performs a relational test against a specific property value.
Visitor<S extends Storable,R,P> Traverses a filter tree in its canonical order.
 

Enum Summary
RelOp Relational operator enumeration.
 

Package com.amazon.carbonado.filter Description

Contains classes for representing query filters.

See Also:
Filter


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.