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

Variable Index

 o fileID

Method Index

 o getRows()
 o insert(Row)
inserts this row into the table

Variables

 o fileID
 public static final String fileID

Methods

 o getRows
 public Enumeration getRows()
Overrides:
getRows in class View
 o insert
 public void insert(Row r)
inserts this row into the table


All Packages  Class Hierarchy  This Package  Previous  Next  Index