SPT RWT Application API

Uses of Class
com.sptci.rwt.IndexMetaData.SortSequence

Packages that use IndexMetaData.SortSequence
com.sptci.rwt A database abstraction API for analysing and interacting with relational databases using JDBC. 
 

Uses of IndexMetaData.SortSequence in com.sptci.rwt
 

Fields in com.sptci.rwt declared as IndexMetaData.SortSequence
private  IndexMetaData.SortSequence IndexMetaData.sortSequence
          A field indicating the sort order used by the index.
 

Methods in com.sptci.rwt that return IndexMetaData.SortSequence
protected  IndexMetaData.SortSequence IndexAnalyser.processSortSequence(String value)
          Process the asc_or_desc value and match them with the appropriate IndexMetaData.SortSequence value.
static IndexMetaData.SortSequence IndexMetaData.SortSequence.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexMetaData.SortSequence[] IndexMetaData.SortSequence.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sptci.rwt with parameters of type IndexMetaData.SortSequence
protected  void IndexMetaData.setSortSequence(IndexMetaData.SortSequence sortSequence)
          Set IndexMetaData.sortSequence.
 


SPT RWT Application API