All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.toydb.Row

java.lang.Object
   |
   +----benno.toydb.Row

public class Row
extends Object
Version:
$Revision: 1.9 $
Author:
Ben Clifford

Variable Index

 o entries
use an array not a vector because we will know always how many entries we will be adding.
 o fileID
 o types

Constructor Index

 o Row(TypeSet)

Method Index

 o getElement(int)
 o setElement(int, DBType)
 o toString()

Variables

 o fileID
 public static final String fileID
 o entries
 public DBType entries[]
use an array not a vector because we will know always how many entries we will be adding.

 o types
 public TypeSet types

Constructors

 o Row
 public Row(TypeSet t)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o setElement
 public void setElement(int n,
                        DBType v)
 o getElement
 public DBType getElement(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index