All Packages Class Hierarchy This Package Previous Next Index
Class benno.toydb.Table
java.lang.Object
|
+----benno.toydb.View
|
+----benno.toydb.Table
- public class Table
- extends View
- Version:
- $Revision: 1.12 $
- Author:
- Ben Clifford
-
fileID
-
-
getRows()
-
-
insert(Row)
- inserts this row into the table
fileID
public static final String fileID
getRows
public Enumeration getRows()
- Overrides:
- getRows in class View
insert
public void insert(Row r)
- inserts this row into the table
All Packages Class Hierarchy This Package Previous Next Index