Uses of Package
org.eclipse.datatools.connectivity.oda.spec.result

Packages that use org.eclipse.datatools.connectivity.oda.spec.result
org.eclipse.datatools.connectivity.oda.spec The runtime API for an ODA data set query's dynamic result set specification. 
org.eclipse.datatools.connectivity.oda.spec.manifest Provides a utility component for accessing the capabilities registered by an ODA extension that implements the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point. 
org.eclipse.datatools.connectivity.oda.spec.result Defines the result set specification of the Open Data Access (ODA) dynamicResultSet extension point. 
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. 
org.eclipse.datatools.connectivity.oda.spec.util Defines utilities for use with the Open Data Access (ODA) query specification. 
org.eclipse.datatools.connectivity.oda.spec.valueexpr Defines the specialized Value Expression classes for use in the Open Data Access (ODA) query specification. 
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec
AggregateExpression
          The abstract base class for all ODA aggregate expressions.
ColumnIdentifier
          The identifier of a result set column, defined by its number and/or native name/expression.
FilterExpression
          The abstract base class for all ODA filter expressions.
ResultSetSpecification
          Specification of the characteristics of an IResultSet to be retrieved by the associated IQuery.
SortSpecification
          Specification of one or more dynamic sort keys of a query result set.
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec.manifest
CustomAggregate
          Represents an instance of custom aggregate expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec.result
AggregateExpression
          The abstract base class for all ODA aggregate expressions.
ColumnIdentifier
          The identifier of a result set column, defined by its number and/or native name/expression.
CustomAggregate
          Represents an instance of custom aggregate expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
FilterExpression
          The abstract base class for all ODA filter expressions.
ResultProjection
          Specification for the projection of an IResultSet to be retrieved by an associated IQuery.
ResultSetSpecification
          Specification of the characteristics of an IResultSet to be retrieved by the associated IQuery.
SortSpecification
          Specification of one or more dynamic sort keys of a query result set.
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec.result.filter
FilterExpression
          The abstract base class for all ODA filter expressions.
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec.util
AggregateExpression
          The abstract base class for all ODA aggregate expressions.
CustomAggregate
          Represents an instance of custom aggregate expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
FilterExpression
          The abstract base class for all ODA filter expressions.
ResultProjection
          Specification for the projection of an IResultSet to be retrieved by an associated IQuery.
ResultSetSpecification
          Specification of the characteristics of an IResultSet to be retrieved by the associated IQuery.
SortSpecification
          Specification of one or more dynamic sort keys of a query result set.
 

Classes in org.eclipse.datatools.connectivity.oda.spec.result used by org.eclipse.datatools.connectivity.oda.spec.valueexpr
ColumnIdentifier
          The identifier of a result set column, defined by its number and/or native name/expression.