public class TableIOManager extends RelationIOManager
Constructor and Description |
---|
TableIOManager(StorageManager sm,
Table table,
java.lang.String filename)
Constructs a new table manager.
|
getFileName, insertTuple, insertTuple, insertTuple, main, pages, tuples
public TableIOManager(StorageManager sm, Table table, java.lang.String filename)
sm
- the storage manager for this table manager.table
- the table this manager manages.filename
- the name of the file the table is stored
in.