|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderingSpecType | |
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl |
Uses of OrderingSpecType in org.eclipse.datatools.modelbase.sql.query |
Fields in org.eclipse.datatools.modelbase.sql.query declared as OrderingSpecType | |
static OrderingSpecType |
OrderingSpecType.NONE_LITERAL
The 'NONE' literal object. |
static OrderingSpecType |
OrderingSpecType.ASC_LITERAL
The 'ASC' literal object. |
static OrderingSpecType |
OrderingSpecType.DESC_LITERAL
The 'DESC' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.query that return OrderingSpecType | |
static OrderingSpecType |
OrderingSpecType.get(java.lang.String literal)
Returns the 'Ordering Spec Type' literal with the specified literal value. |
static OrderingSpecType |
OrderingSpecType.getByName(java.lang.String name)
Returns the 'Ordering Spec Type' literal with the specified name. |
static OrderingSpecType |
OrderingSpecType.get(int value)
Returns the 'Ordering Spec Type' literal with the specified integer value. |
OrderingSpecType |
OrderBySpecification.getOrderingSpecOption()
Returns the value of the 'Ordering Spec Option' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type OrderingSpecType | |
void |
OrderBySpecification.setOrderingSpecOption(OrderingSpecType value)
Sets the value of the ' Ordering Spec Option ' attribute. |
Uses of OrderingSpecType in org.eclipse.datatools.modelbase.sql.query.impl |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return OrderingSpecType | |
OrderingSpecType |
SQLQueryModelFactoryImpl.createOrderingSpecTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
OrderingSpecType |
OrderBySpecificationImpl.getOrderingSpecOption()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type OrderingSpecType | |
void |
OrderBySpecificationImpl.setOrderingSpecOption(OrderingSpecType newOrderingSpecOption)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |