| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderingSpecType | |
|---|---|
| org.eclipse.datatools.modelbase.sql.query | |
| Uses of OrderingSpecType in org.eclipse.datatools.modelbase.sql.query | 
|---|
| Fields in org.eclipse.datatools.modelbase.sql.query declared as OrderingSpecType | |
|---|---|
| static OrderingSpecType | OrderingSpecType.ASC_LITERALThe 'ASC' literal object. | 
| static OrderingSpecType | OrderingSpecType.DESC_LITERALThe 'DESC' literal object. | 
| static OrderingSpecType | OrderingSpecType.NONE_LITERALThe 'NONE' literal object. | 
| Methods in org.eclipse.datatools.modelbase.sql.query that return OrderingSpecType | |
|---|---|
| static OrderingSpecType | OrderingSpecType.get(int value)Returns the 'Ordering Spec Type' literal with the specified integer value. | 
| 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. | 
|  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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||