public class Database
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AncTable |
Anc |
DeptTable |
Dept |
DivTable |
Div |
EmpTable |
Emp |
JobTable |
Job |
Constructor and Description |
---|
Database() |
Database(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
prettyprint() |
void |
prettyprint(java.io.PrintStream out) |
void |
print() |
void |
print(java.io.PrintStream out) |