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

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

Methods in org.apache.derby.iapi.store.access that return GroupFetchScanController
 GroupFetchScanController TransactionController.openGroupFetchScan(long conglomId, boolean hold, int open_mode, int lock_level, int isolation_level, org.apache.derby.iapi.services.io.FormatableBitSet scanColumnList, org.apache.derby.iapi.types.DataValueDescriptor[] startKeyValue, int startSearchOperator, Qualifier[][] qualifier, org.apache.derby.iapi.types.DataValueDescriptor[] stopKeyValue, int stopSearchOperator)
          Open a scan which gets copies of multiple rows at a time.
 GroupFetchScanController TransactionController.defragmentConglomerate(long conglomId, boolean online, boolean hold, int open_mode, int lock_level, int isolation_level)
          Compress table in place.