Uses of Enum Class
com.tietoenator.trip.jxp.data.TdbSortMergeType
Packages that use TdbSortMergeType
-
Uses of TdbSortMergeType in com.tietoenator.trip.jxp.data
Methods in com.tietoenator.trip.jxp.data that return TdbSortMergeTypeModifier and TypeMethodDescriptionTdbRecordSet.getSortMerge()
Returns the order in which records from different databases should be ordered when sorting a search result from a database cluster.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
Returns the enum constant of this class with the specified name.static TdbSortMergeType[]
TdbSortMergeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tietoenator.trip.jxp.data with parameters of type TdbSortMergeTypeModifier and TypeMethodDescriptionvoid
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.