Uses of Package
simpledb.record

Packages that use simpledb.record
simpledb.index   
simpledb.index.btree   
simpledb.index.hash   
simpledb.index.query   
simpledb.materialize   
simpledb.metadata   
simpledb.multibuffer   
simpledb.parse   
simpledb.query   
simpledb.record   
simpledb.remote   
 

Classes in simpledb.record used by simpledb.index
RID
          An identifier for a record within a file.
 

Classes in simpledb.record used by simpledb.index.btree
RID
          An identifier for a record within a file.
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.index.hash
RID
          An identifier for a record within a file.
Schema
          The record schema of a table.
 

Classes in simpledb.record used by simpledb.index.query
Schema
          The record schema of a table.
 

Classes in simpledb.record used by simpledb.materialize
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.metadata
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.multibuffer
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.parse
Schema
          The record schema of a table.
 

Classes in simpledb.record used by simpledb.query
RID
          An identifier for a record within a file.
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.record
RID
          An identifier for a record within a file.
Schema
          The record schema of a table.
TableInfo
          The metadata about a table and its records.
 

Classes in simpledb.record used by simpledb.remote
Schema
          The record schema of a table.
 



Copyright © 2011. All Rights Reserved.