Uses of Interface
simpledb.planner.UpdatePlanner

Packages that use UpdatePlanner
simpledb.index.planner   
simpledb.planner   
 

Uses of UpdatePlanner in simpledb.index.planner
 

Classes in simpledb.index.planner that implement UpdatePlanner
 class IndexUpdatePlanner
          A modification of the basic update planner.
 

Uses of UpdatePlanner in simpledb.planner
 

Classes in simpledb.planner that implement UpdatePlanner
 class BasicUpdatePlanner
          The basic planner for SQL update statements.
 

Constructors in simpledb.planner with parameters of type UpdatePlanner
Planner(QueryPlanner qplanner, UpdatePlanner uplanner)
           
 



Copyright © 2011. All Rights Reserved.