Uses of Package
simpledb.query

Packages that use simpledb.query
simpledb.index   
simpledb.index.btree   
simpledb.index.hash   
simpledb.index.query   
simpledb.materialize   
simpledb.multibuffer   
simpledb.opt   
simpledb.parse   
simpledb.planner   
simpledb.query   
 

Classes in simpledb.query used by simpledb.index
Constant
          The interface that denotes values stored in the database.
 

Classes in simpledb.query used by simpledb.index.btree
Constant
          The interface that denotes values stored in the database.
 

Classes in simpledb.query used by simpledb.index.hash
Constant
          The interface that denotes values stored in the database.
 

Classes in simpledb.query used by simpledb.index.query
Constant
          The interface that denotes values stored in the database.
Plan
          The interface implemented by each query plan.
Scan
          The interface will be implemented by each query scan.
TableScan
          The Scan class corresponding to a table.
 

Classes in simpledb.query used by simpledb.materialize
Constant
          The interface that denotes values stored in the database.
Plan
          The interface implemented by each query plan.
Scan
          The interface will be implemented by each query scan.
UpdateScan
          The interface implemented by all updateable scans.
 

Classes in simpledb.query used by simpledb.multibuffer
Constant
          The interface that denotes values stored in the database.
Plan
          The interface implemented by each query plan.
Scan
          The interface will be implemented by each query scan.
 

Classes in simpledb.query used by simpledb.opt
Plan
          The interface implemented by each query plan.
 

Classes in simpledb.query used by simpledb.parse
Constant
          The interface that denotes values stored in the database.
Expression
          The interface corresponding to SQL expressions.
Predicate
          A predicate is a Boolean combination of terms.
Term
          A term is a comparison between two expressions.
 

Classes in simpledb.query used by simpledb.planner
Plan
          The interface implemented by each query plan.
 

Classes in simpledb.query used by simpledb.query
Constant
          The interface that denotes values stored in the database.
Expression
          The interface corresponding to SQL expressions.
Plan
          The interface implemented by each query plan.
Predicate
          A predicate is a Boolean combination of terms.
Scan
          The interface will be implemented by each query scan.
Term
          A term is a comparison between two expressions.
UpdateScan
          The interface implemented by all updateable scans.
 



Copyright © 2011. All Rights Reserved.