Package org.eclipse.datatools.connectivity.oda.spec.result.filter

Defines the concrete filter expressions for use in the Open Data Access (ODA) result set filtering specification.

See:
          Description

Class Summary
AndExpression A runtime composite filter expression whose child expressions are combined by the And boolean operator.
AtomicExpression The abstract base class for all basic, indivisible unit of filter expressions that can be evaluated by itself.
CompositeExpression The abstract base class for all composites of one or multiple child filter expressions.
CustomExpression Represents an instance of custom filter expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
InternalFilterFactory Internal factory of package classes.
NotExpression A negated runtime filter expression.
OrExpression A runtime composite filter expression whose child expressions are combined by the Or boolean operator.
 

Package org.eclipse.datatools.connectivity.oda.spec.result.filter Description

Defines the concrete filter expressions for use in the Open Data Access (ODA) result set filtering specification.

Since:
3.3 (DTP 1.8)