Package | Description |
---|---|
com.tietoenator.trip.jxp.data |
Database content manipulation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|