|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SortController
A sort controller is an interface for inserting rows into a sort.
A sort is created with the createSort method of TransactionController. The rows are read back with a scan controller returned from the openSortScan method of TranscationController.
TransactionController.openSort(long)
,
ScanController
Method Summary | |
---|---|
void |
completedInserts()
Inform SortController that all the rows have been inserted into it. |
SortInfo |
getSortInfo()
Return SortInfo object which contains information about the current state of the sort. |
void |
insert(DataValueDescriptor[] row)
Insert a row into the sort. |
Method Detail |
---|
void completedInserts()
void insert(DataValueDescriptor[] row) throws StandardException
row
- The row to insert into the SortController. The stored
representations of the row's columns are copied into a new row
somewhere in the sort.
StandardException
- Standard exception policy.SortInfo getSortInfo() throws StandardException
StandardException
- Standard exception policy.SortInfo
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |