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

Defines the specialized Value Expression classes for use in the Open Data Access (ODA) query specification.

See:
          Description

Class Summary
AtomicValueExpression The abstract base class for all basic, indivisible unit of value expressions that can be evaluated by itself.
ColumnValueExpression A concrete value expression whose value is based on that of a referenced result set column.
CombinedValueExpression A complex value expression whose value is resolved by combining two value expressions with a combined operator.
CombinedValueExpressionOperator Represents the operator that combines two value expressions in a CombinedValueExpression.
CustomFunction Represents a custom function value expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
FunctionValueExpression The abstract base class for all ODA function value expressions.
InternalValueExprFactory Internal factory of package classes.
NestedValueExpression A complex value expression with a nested expression.
SimpleValueExpression A concrete value expression associated with an object as its value.
 

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

Defines the specialized Value Expression classes for use in the Open Data Access (ODA) query specification.

Since:
3.3 (DTP 1.8)