Uses of Interface
simpledb.query.UpdateScan

Packages that use UpdateScan
simpledb.materialize   
simpledb.query   
 

Uses of UpdateScan in simpledb.materialize
 

Methods in simpledb.materialize that return UpdateScan
 UpdateScan TempTable.open()
          Opens a table scan for the temporary table.
 

Uses of UpdateScan in simpledb.query
 

Classes in simpledb.query that implement UpdateScan
 class SelectScan
          The scan class corresponding to the select relational algebra operator.
 class TableScan
          The Scan class corresponding to a table.
 



Copyright © 2011. All Rights Reserved.