|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateComparisonOperator | |
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl |
Uses of PredicateComparisonOperator in org.eclipse.datatools.modelbase.sql.query |
Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateComparisonOperator | |
static PredicateComparisonOperator |
PredicateComparisonOperator.EQUAL_LITERAL
The 'EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.NOT_EQUAL_LITERAL
The 'NOT EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.LESS_THAN_LITERAL
The 'LESS THAN' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.GREATER_THAN_LITERAL
The 'GREATER THAN' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.LESS_THAN_OR_EQUAL_LITERAL
The 'LESS THAN OR EQUAL' literal object. |
static PredicateComparisonOperator |
PredicateComparisonOperator.GREATER_THAN_OR_EQUAL_LITERAL
The 'GREATER THAN OR EQUAL' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateComparisonOperator | |
PredicateComparisonOperator |
PredicateQuantifiedValueSelect.getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
static PredicateComparisonOperator |
PredicateComparisonOperator.get(java.lang.String literal)
Returns the 'Predicate Comparison Operator' literal with the specified literal value. |
static PredicateComparisonOperator |
PredicateComparisonOperator.getByName(java.lang.String name)
Returns the 'Predicate Comparison Operator' literal with the specified name. |
static PredicateComparisonOperator |
PredicateComparisonOperator.get(int value)
Returns the 'Predicate Comparison Operator' literal with the specified integer value. |
PredicateComparisonOperator |
PredicateBasic.getComparisonOperator()
Returns the value of the 'Comparison Operator' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateComparisonOperator | |
void |
PredicateQuantifiedValueSelect.setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
void |
PredicateBasic.setComparisonOperator(PredicateComparisonOperator value)
Sets the value of the ' Comparison Operator ' attribute. |
Uses of PredicateComparisonOperator in org.eclipse.datatools.modelbase.sql.query.impl |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateComparisonOperator | |
PredicateComparisonOperator |
SQLQueryModelFactoryImpl.createPredicateComparisonOperatorFromString(EDataType eDataType,
java.lang.String initialValue)
|
PredicateComparisonOperator |
PredicateQuantifiedValueSelectImpl.getComparisonOperator()
|
PredicateComparisonOperator |
PredicateBasicImpl.getComparisonOperator()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateComparisonOperator | |
void |
PredicateQuantifiedValueSelectImpl.setComparisonOperator(PredicateComparisonOperator newComparisonOperator)
|
void |
PredicateBasicImpl.setComparisonOperator(PredicateComparisonOperator newComparisonOperator)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |