Uses of Class
org.eclipse.datatools.connectivity.oda.spec.manifest.VariableRestrictions

Packages that use VariableRestrictions
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.util Defines utilities for use with the Open Data Access (ODA) query specification. 
 

Uses of VariableRestrictions in org.eclipse.datatools.connectivity.oda.spec.manifest
 

Methods in org.eclipse.datatools.connectivity.oda.spec.manifest that return VariableRestrictions
 VariableRestrictions FilterExpressionDefinition.getVariableRestrictions()
          Gets the restriction info on the types of expression variable that can be applied with this type of filter expression.
 VariableRestrictions FunctionExpressionDefinition.getVariableRestrictions()
          Gets the restriction info on the types of expression variable that can be applied with this type of function value expression.
 VariableRestrictions AggregateDefinition.getVariableRestrictions()
          Gets the restriction info on the types of expression variable that can be applied with this type of aggregate expression.
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type VariableRestrictions
static void ValidatorUtil.validateSupportedVariableDataTypes(ExpressionVariable exprVar, VariableRestrictions varRestrictions, java.lang.String odaDataSourceId, java.lang.String dataSetType)
          Validates that the data type of the specified expression variable is one of the supported data types listed in the VariableRestrictions.
static void ValidatorUtil.validateSupportedVariableDataTypes(ValueExpression valueExpr, VariableRestrictions varRestrictions, java.lang.String odaDataSourceId, java.lang.String dataSetType)
          Validates that the data type of the specified value expression is one of the supported data types listed in the VariableRestrictions.