|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableInfo | |
|---|---|
| simpledb.index.btree | |
| simpledb.materialize | |
| simpledb.metadata | |
| simpledb.multibuffer | |
| simpledb.query | |
| simpledb.record | |
| Uses of TableInfo in simpledb.index.btree |
|---|
| Constructors in simpledb.index.btree with parameters of type TableInfo | |
|---|---|
BTPageFormatter(TableInfo ti,
int flag)
Creates a formatter for a new page of the specified B-tree index. |
|
BTreeLeaf(Block blk,
TableInfo ti,
Constant searchkey,
Transaction tx)
Opens a page to hold the specified leaf block. |
|
BTreePage(Block currentblk,
TableInfo ti,
Transaction tx)
Opens a page for the specified B-tree block. |
|
| Uses of TableInfo in simpledb.materialize |
|---|
| Methods in simpledb.materialize that return TableInfo | |
|---|---|
TableInfo |
TempTable.getTableInfo()
Return the table's metadata. |
| Uses of TableInfo in simpledb.metadata |
|---|
| Methods in simpledb.metadata that return TableInfo | |
|---|---|
TableInfo |
TableMgr.getTableInfo(String tblname,
Transaction tx)
Retrieves the metadata for the specified table out of the catalog. |
TableInfo |
MetadataMgr.getTableInfo(String tblname,
Transaction tx)
|
| Methods in simpledb.metadata with parameters of type TableInfo | |
|---|---|
StatInfo |
MetadataMgr.getStatInfo(String tblname,
TableInfo ti,
Transaction tx)
|
| Uses of TableInfo in simpledb.multibuffer |
|---|
| Constructors in simpledb.multibuffer with parameters of type TableInfo | |
|---|---|
ChunkScan(TableInfo ti,
int startbnum,
int endbnum,
Transaction tx)
Creates a chunk consisting of the specified pages. |
|
MultiBufferProductScan(Scan lhsscan,
TableInfo ti,
Transaction tx)
Creates the scan class for the product of the LHS scan and a table. |
|
| Uses of TableInfo in simpledb.query |
|---|
| Constructors in simpledb.query with parameters of type TableInfo | |
|---|---|
TableScan(TableInfo ti,
Transaction tx)
Creates a new table scan, and opens its corresponding record file. |
|
| Uses of TableInfo in simpledb.record |
|---|
| Constructors in simpledb.record with parameters of type TableInfo | |
|---|---|
RecordFile(TableInfo ti,
Transaction tx)
Constructs an object to manage a file of records. |
|
RecordPage(Block blk,
TableInfo ti,
Transaction tx)
Creates the record manager for the specified block. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||