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

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

Methods in org.apache.derby.iapi.store.access that return DynamicCompiledOpenConglomInfo
 DynamicCompiledOpenConglomInfo TransactionController.getDynamicCompiledConglomInfo(long conglomId)
          Return dynamic information about the conglomerate to be dynamically reused in repeated execution of a statement.
 

Methods in org.apache.derby.iapi.store.access with parameters of type DynamicCompiledOpenConglomInfo
 ConglomerateController TransactionController.openCompiledConglomerate(boolean hold, int open_mode, int lock_level, int isolation_level, StaticCompiledOpenConglomInfo static_info, DynamicCompiledOpenConglomInfo dynamic_info)
          Open a conglomerate for use, optionally include "compiled" info.
 ScanController TransactionController.openCompiledScan(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, StaticCompiledOpenConglomInfo static_info, DynamicCompiledOpenConglomInfo dynamic_info)
          Open a scan on a conglomerate, optionally providing compiled info.