Uses of Class
org.eclipse.datatools.connectivity.oda.spec.QuerySpecification.ParameterIdentifier

Packages that use QuerySpecification.ParameterIdentifier
org.eclipse.datatools.connectivity.oda.spec The runtime API for an ODA data set query's dynamic result set specification. 
 

Uses of QuerySpecification.ParameterIdentifier in org.eclipse.datatools.connectivity.oda.spec
 

Methods in org.eclipse.datatools.connectivity.oda.spec that return types with arguments of type QuerySpecification.ParameterIdentifier
 java.util.Map<QuerySpecification.ParameterIdentifier,java.lang.Object> QuerySpecification.getParameterValues()
          Gets the values of all input parameters of the associated IQuery, with each parameter identified by name or id as the key to its corresponding input value(s).
 

Methods in org.eclipse.datatools.connectivity.oda.spec with parameters of type QuerySpecification.ParameterIdentifier
 java.lang.Object QuerySpecification.getParameterValue(QuerySpecification.ParameterIdentifier paramIdentifier)
          Gets the input value(s) of a data set query parameter, identified by native name or id.
 void QuerySpecification.setParameterValue(QuerySpecification.ParameterIdentifier paramIdentifier, java.lang.Object value)
          Specifies the input value(s) of a data set query parameter, identified by native name or id.
 

Method parameters in org.eclipse.datatools.connectivity.oda.spec with type arguments of type QuerySpecification.ParameterIdentifier
 void QuerySpecification.setParameterValues(java.util.Map<QuerySpecification.ParameterIdentifier,java.lang.Object> paramValues)
          Specifies the values of all input parameters of the associated IQuery, with each parameter identified by name or id as the key to its corresponding input value(s).