|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectjqubeObjects.Record
Generic class that encapsulates the tuple structure of a DB
| Field Summary | |
private java.util.Vector |
fieldVector
a collection of Field objects |
| Constructor Summary | |
Record()
Constructor |
|
| Method Summary | |
void |
addFieldVal(Field fieldVal)
Adds a fieldVal to the fieldVector list |
Field |
getField(int index)
Returns the FieldVal object located at the specified index |
int |
getLength()
Gets the number of FieldVal objects stored in this vector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Vector fieldVector
| Constructor Detail |
public Record()
| Method Detail |
public void addFieldVal(Field fieldVal)
fieldVal - The object to add to the listpublic int getLength()
public Field getField(int index)
index - The index at which to fetch the FieldVal
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||