| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimpledb.materialize.TempTable
public class TempTable
A class that creates temporary tables. A temporary table is not registered in the catalog. The class therefore has a method getTableInfo to return the table's metadata.
| Constructor Summary | |
|---|---|
TempTable(Schema sch,
          Transaction tx)
Allocates a name for for a new temporary table having the specified schema.  | 
|
| Method Summary | |
|---|---|
 TableInfo | 
getTableInfo()
Return the table's metadata.  | 
 UpdateScan | 
open()
Opens a table scan for the temporary table.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TempTable(Schema sch,
                 Transaction tx)
sch - the new table's schematx - the calling transaction| Method Detail | 
|---|
public UpdateScan open()
public TableInfo getTableInfo()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||