Uses of Interface
org.eclipse.datatools.connectivity.oda.design.SortKey

Packages that use SortKey
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
org.eclipse.datatools.connectivity.oda.design.util Provides a utility component for handling of ODA Design API objects. 
 

Uses of SortKey in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return SortKey
 SortKey DesignFactory.createSortKey()
          Returns a new object of class 'Sort Key'.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return types with arguments of type SortKey
 org.eclipse.emf.common.util.EList<SortKey> SortSpecification.getSortKeys()
          Returns the value of the 'Sort Keys' containment reference list.
 

Methods in org.eclipse.datatools.connectivity.oda.design with parameters of type SortKey
 void ResultSetCriteria.addRowSortKey(SortKey sortKey)
          Adds the specified SortKey to the specification of ordering the result set rows.
 

Uses of SortKey in org.eclipse.datatools.connectivity.oda.design.util
 

Methods in org.eclipse.datatools.connectivity.oda.design.util that return SortKey
static SortKey DesignUtil.createSortKeyWithColumnIdentifier(ResultSetColumns columns, int columnIndex)
          Creates a new SortKey with the identifier, i.e.
 

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type SortKey
 T DesignSwitch.caseSortKey(SortKey object)
          Returns the result of interpreting the object as an instance of 'Sort Key'.