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.RowLocationRetRowSource

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

Methods in org.apache.derby.iapi.store.access that return RowLocationRetRowSource
 RowLocationRetRowSource TransactionController.openSortRowSource(long id)
          Open a scan for retrieving rows from a sort.
 

Methods in org.apache.derby.iapi.store.access with parameters of type RowLocationRetRowSource
 long TransactionController.createAndLoadConglomerate(java.lang.String implementation, org.apache.derby.iapi.types.DataValueDescriptor[] template, ColumnOrdering[] columnOrder, java.util.Properties properties, int temporaryFlag, RowLocationRetRowSource rowSource, long[] rowCount)
          Create a conglomerate and load (filled) it with rows that comes from the row source without loggging.
 long TransactionController.recreateAndLoadConglomerate(java.lang.String implementation, boolean recreate_ifempty, org.apache.derby.iapi.types.DataValueDescriptor[] template, ColumnOrdering[] columnOrder, java.util.Properties properties, int temporaryFlag, long orig_conglomId, RowLocationRetRowSource rowSource, long[] rowCount)
          Recreate a conglomerate and possibly load it with new rows that come from the new row source.