|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionArguments | |
---|---|
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.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. |
Uses of ExpressionArguments in org.eclipse.datatools.connectivity.oda.spec |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec that return ExpressionArguments | |
---|---|
ExpressionArguments |
ExpressionArguments.addValue(boolean value)
A convenient method to append a value in primitive data type. |
ExpressionArguments |
ExpressionArguments.addValue(double value)
A convenient method to append a value in primitive data type. |
ExpressionArguments |
ExpressionArguments.addValue(int value)
A convenient method to append a value in primitive data type. |
ExpressionArguments |
ExpressionArguments.addValue(java.lang.Object aValue)
Appends the specified value to the end of its list of argument values. |
Uses of ExpressionArguments in org.eclipse.datatools.connectivity.oda.spec.manifest |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.manifest with parameters of type ExpressionArguments | |
---|---|
CustomExpression |
FilterExpressionDefinition.createExpression(ExpressionVariable variable,
ExpressionArguments args)
Creates and returns an instance of CustomExpression for use in an ODA filter specification, based on the class defined in the attribute specified in this definition. |
Uses of ExpressionArguments in org.eclipse.datatools.connectivity.oda.spec.result.filter |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.result.filter that return ExpressionArguments | |
---|---|
ExpressionArguments |
AtomicExpression.getArguments()
Returns the expression arguments. |
Methods in org.eclipse.datatools.connectivity.oda.spec.result.filter with parameters of type ExpressionArguments | |
---|---|
static CustomExpression |
InternalFilterFactory.createCustomFilter(java.lang.String extensionId,
java.lang.String id,
ExpressionVariable variable,
ExpressionArguments args)
|
void |
AtomicExpression.setArguments(ExpressionArguments args)
|
Uses of ExpressionArguments in org.eclipse.datatools.connectivity.oda.spec.util |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type ExpressionArguments | |
---|---|
static CustomExpression |
ExpressionFactory.createCustomExpression(java.lang.String extensionId,
java.lang.String exprId,
ExpressionVariable variable,
ExpressionArguments args)
Creates a custom filter expression instance, with the given expression context, of the specified filter expression contributed by the specified dynamicResultSet extension. |
Uses of ExpressionArguments in org.eclipse.datatools.connectivity.oda.spec.valueexpr |
---|
Methods in org.eclipse.datatools.connectivity.oda.spec.valueexpr that return ExpressionArguments | |
---|---|
ExpressionArguments |
FunctionValueExpression.getArguments()
|
Methods in org.eclipse.datatools.connectivity.oda.spec.valueexpr with parameters of type ExpressionArguments | |
---|---|
void |
FunctionValueExpression.setArguments(ExpressionArguments mArgs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |