Uses of Class
com.tietoenator.trip.jxp.data.TdbSortMergeType
-
Packages that use TdbSortMergeType Package Description com.tietoenator.trip.jxp.data Database content manipulation. -
-
Uses of TdbSortMergeType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbSortMergeType Modifier and Type Method Description TdbSortMergeType
TdbRecordSet. getSortMerge()
Returns the order in which records from different databases should be ordered when sorting a search result from a database cluster.TdbSortMergeType
TdbSearchSet. getSortMerge()
Returns the order in which records from different databases should be ordered when sorting a search result from a database cluster.static TdbSortMergeType
TdbSortMergeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbSortMergeType[]
TdbSortMergeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbSortMergeType Modifier and Type Method Description void
TdbRecordSet. setSortMerge(TdbSortMergeType mergetype)
Define the order in which records from different databases should be ordered when sorting a search result from a database cluster.void
TdbSearchSet. setSortMerge(TdbSortMergeType mergetype)
Define the order in which records from different databases should be ordered when sorting a search result from a database cluster.
-