| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.oda.spec.util.SortSpecMigrator
public class SortSpecMigrator
An utility to convert a pre-3.2 SortSpec instance to and from
 a SortSpecification instance.
| Constructor Summary | |
|---|---|
| SortSpecMigrator() | |
| Method Summary | |
|---|---|
| static SortSpecification | convertSortSpecification(SortSpec oldSortSpec)Converts the specified pre-3.2 SortSpecinstance to aSortSpecificationinstance that can be used in a QuerySpecification. | 
| static SortSpec | convertSortSpecification(SortSpecification resultSortSpec)Converts the specified SortSpecificationinstance used in a QuerySpecification
 to a pre-3.2SortSpecinstance. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SortSpecMigrator()
| Method Detail | 
|---|
public static SortSpecification convertSortSpecification(SortSpec oldSortSpec)
SortSpec instance to a 
 SortSpecification instance that can be used in a QuerySpecification.
oldSortSpec - a pre-3.2 SortSpec instance to convert from
SortSpecification instancepublic static SortSpec convertSortSpecification(SortSpecification resultSortSpec)
SortSpecification instance used in a QuerySpecification
 to a pre-3.2 SortSpec instance.
resultSortSpec - a SortSpecification instance to convert from
SortSpec instance| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||