|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionVariable | |
---|---|
org.eclipse.datatools.connectivity.oda.design | [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. |
org.eclipse.datatools.connectivity.oda.design.util | Provides a utility component for handling of ODA Design API objects. |
Uses of ExpressionVariable in org.eclipse.datatools.connectivity.oda.design |
---|
Methods in org.eclipse.datatools.connectivity.oda.design that return ExpressionVariable | |
---|---|
ExpressionVariable |
DesignFactory.createExpressionVariable()
Returns a new object of class 'Expression Variable'. |
ExpressionVariable |
DynamicFilterExpression.getContextVariable()
Returns the expression variable design in the 'Context' containment reference. |
ExpressionVariable |
CustomFilterExpression.getContextVariable()
Returns the expression variable design in the 'Context' containment reference. |
ExpressionVariable |
AtomicExpressionContext.getVariable()
Returns the value of the 'Variable' containment reference. |
Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type ExpressionVariable | |
---|---|
void |
DynamicFilterExpression.setContextVariable(ExpressionVariable variable)
Sets the expression variable design in the 'Context' containment reference. |
void |
CustomFilterExpression.setContextVariable(ExpressionVariable variable)
Sets the expression variable design in the 'Context' containment reference. |
void |
AtomicExpressionContext.setVariable(ExpressionVariable value)
Sets the value of the ' Variable ' containment reference. |
Uses of ExpressionVariable in org.eclipse.datatools.connectivity.oda.design.util |
---|
Methods in org.eclipse.datatools.connectivity.oda.design.util that return ExpressionVariable | |
---|---|
static ExpressionVariable |
DesignUtil.createFilterVariable(ResultSetColumns columns,
int columnIndex)
Creates a new filter expression variable for the column defined in the specified result set at the specified index. |
Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type ExpressionVariable | |
---|---|
T |
DesignSwitch.caseExpressionVariable(ExpressionVariable object)
Returns the result of interpreting the object as an instance of 'Expression Variable'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |