|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--ModSQL.IndexTableEntry
Column data object and table rowset combined.
| Field Summary | |
Object |
data
Column value. |
IndexTableRowset |
rows
Rows that have the specified column value. |
| Constructor Summary | |
IndexTableEntry(Object data)
Constructor. |
|
IndexTableEntry(Object data,
IndexTableRowset rows)
Constructor. |
|
IndexTableEntry(Object data,
Object rowid,
long count)
Constructor. |
|
| Method Summary | |
int |
compareTo(Object o)
Compare the column value to another column value or to the column value of another IndexTableEntry. |
boolean |
equals(Object o)
Test if the column value is equal to another column value or the column value of another IndexTableEntry. |
void |
finish()
Finish the rowset. |
boolean |
sameData(IndexTableEntry o)
Check if the other IndexTableEntry has the same column value. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public Object data
public IndexTableRowset rows
| Constructor Detail |
public IndexTableEntry(Object data)
data - column value
public IndexTableEntry(Object data,
IndexTableRowset rows)
data - column valuerows - rowset
public IndexTableEntry(Object data,
Object rowid,
long count)
data - column valuerowid - used to create a new rowsetcount - used to create a new rowset| Method Detail |
public void finish()
IndexTableRowset.finish()public boolean sameData(IndexTableEntry o)
o - other entrypublic boolean equals(Object o)
equals in class Objecto - other column value or other IndexTableEntrypublic int compareTo(Object o)
compareTo in interface Comparableo - other column value or other IndexTableEntry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||