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

The runtime API for an ODA data set query's dynamic result set specification.

See:
          Description

Interface Summary
IValidator Interface for a custom validator contributed by an extension of the ODA dynamicResultSet extension point.
 

Class Summary
AdvancedQuerySpecification Extended specification of the query characteristics to apply when preparing and executing a query text of an IAdvancedQuery.
ExpressionArguments Runtime argument(s) of an expression defined in an ODA query specification.
ExpressionVariable Represents the variable of an expression defined in an ODA query specification.
InternalSpecFactory Internal factory of package classes.
QuerySpecification Specification of the query characteristics to apply when preparing and executing an IQuery.
ValidationContext The context for validation of a query specification and associated query specification expressions.
ValueExpression The abstract base class for an ODA expression that resolves to a value.
 

Enum Summary
ExpressionVariable.VariableType  
 

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

The runtime API for an ODA data set query's dynamic result set specification.

This package and its sub-packages specify the dynamic operations, such as filtering, row ordering and projection, on a query's result set. Support of the optional dynamic operations for an ODA data source extension is contributed by an extension that implements the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.

Since:
3.3 (DTP 1.8)