|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateQuantifiedType | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl |
Uses of PredicateQuantifiedType in org.eclipse.datatools.modelbase.sql.query |
---|
Fields in org.eclipse.datatools.modelbase.sql.query declared as PredicateQuantifiedType | |
---|---|
static PredicateQuantifiedType |
PredicateQuantifiedType.ALL_LITERAL
The 'ALL' literal object. |
static PredicateQuantifiedType |
PredicateQuantifiedType.ANY_LITERAL
The 'ANY' literal object. |
static PredicateQuantifiedType |
PredicateQuantifiedType.SOME_LITERAL
The 'SOME' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedType | |
---|---|
static PredicateQuantifiedType |
PredicateQuantifiedType.get(int value)
Returns the 'Predicate Quantified Type' literal with the specified integer value. |
static PredicateQuantifiedType |
PredicateQuantifiedType.get(java.lang.String literal)
Returns the 'Predicate Quantified Type' literal with the specified literal value. |
static PredicateQuantifiedType |
PredicateQuantifiedType.getByName(java.lang.String name)
Returns the 'Predicate Quantified Type' literal with the specified name. |
PredicateQuantifiedType |
PredicateQuantifiedRowSelect.getQuantifiedType()
Returns the value of the 'Quantified Type' attribute. |
PredicateQuantifiedType |
PredicateQuantifiedValueSelect.getQuantifiedType()
Returns the value of the 'Quantified Type' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedType | |
---|---|
void |
PredicateQuantifiedRowSelect.setQuantifiedType(PredicateQuantifiedType value)
Sets the value of the ' Quantified Type ' attribute. |
void |
PredicateQuantifiedValueSelect.setQuantifiedType(PredicateQuantifiedType value)
Sets the value of the ' Quantified Type ' attribute. |
Uses of PredicateQuantifiedType in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateQuantifiedType | |
---|---|
PredicateQuantifiedType |
SQLQueryModelFactoryImpl.createPredicateQuantifiedTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
PredicateQuantifiedType |
PredicateQuantifiedRowSelectImpl.getQuantifiedType()
|
PredicateQuantifiedType |
PredicateQuantifiedValueSelectImpl.getQuantifiedType()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateQuantifiedType | |
---|---|
void |
PredicateQuantifiedRowSelectImpl.setQuantifiedType(PredicateQuantifiedType newQuantifiedType)
|
void |
PredicateQuantifiedValueSelectImpl.setQuantifiedType(PredicateQuantifiedType newQuantifiedType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |