Uses of Class
org.eclipse.datatools.connectivity.oda.spec.result.filter.AtomicExpression

Packages that use AtomicExpression
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. 
 

Uses of AtomicExpression in org.eclipse.datatools.connectivity.oda.spec.result.filter
 

Subclasses of AtomicExpression in org.eclipse.datatools.connectivity.oda.spec.result.filter
 class CustomExpression
          Represents an instance of custom filter expression contributed by an extension of the org.eclipse.datatools.connectivity.oda.dynamicResultSet extension point.
 

Uses of AtomicExpression in org.eclipse.datatools.connectivity.oda.spec.util
 

Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type AtomicExpression
static void ValidatorUtil.validateHasExprVariable(AtomicExpression expr)
          Validates that the specified AtomicExpression has an associated ExpressionVariable.
static void ValidatorUtil.validateSupportedVariableTypes(AtomicExpression expr, ExpressionVariable.VariableType[] supportedVarTypes)
          Validates that the expression variable of the specified filter expression is one of the specified variable types.