Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.store.access.SortObserver

Uses of SortObserver in org.apache.derby.iapi.store.access
 

Methods in org.apache.derby.iapi.store.access with parameters of type SortObserver
 long TransactionController.createSort(java.util.Properties implParameters, org.apache.derby.iapi.types.DataValueDescriptor[] template, ColumnOrdering[] columnOrdering, SortObserver sortObserver, boolean alreadyInOrder, long estimatedRows, int estimatedRowSize)
          Create a sort.