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

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.store.access.BackingStoreHashtable

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

Methods in org.apache.derby.iapi.store.access that return BackingStoreHashtable
 BackingStoreHashtable TransactionController.createBackingStoreHashtableFromScan(long conglomId, 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, long max_rowcnt, int[] key_column_numbers, boolean remove_duplicates, long estimated_rowcnt, long max_inmemory_rowcnt, int initialCapacity, float loadFactor, boolean collect_runtimestats, boolean skipNullKeyColumns)
          Create a HashSet which contains all rows that qualify for the described scan.