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.sql.compile.OptimizableList

Uses of OptimizableList in org.apache.derby.iapi.sql.compile
 

Methods in org.apache.derby.iapi.sql.compile with parameters of type OptimizableList
 Optimizer OptimizerFactory.getOptimizer(OptimizableList optimizableList, OptimizablePredicateList predicateList, org.apache.derby.iapi.sql.dictionary.DataDictionary dDictionary, RequiredRowOrdering requiredRowOrdering, int numTablesInQuery, org.apache.derby.iapi.sql.conn.LanguageConnectionContext lcc)
          Only one optimizer level should exist in the database, however, the connection may have multiple instances of that optimizer at a given time.