|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--arlut.csd.ganymede.DBBaseFieldTableEnumerator
A DBBaseFieldTable enumerator class. This class should remain opaque to the client. It will use the Enumeration interface.
| Field Summary | |
(package private) DBObjectBaseField |
entry
|
(package private) short |
index
|
(package private) DBObjectBaseField[] |
table
|
| Constructor Summary | |
(package private) |
DBBaseFieldTableEnumerator(DBObjectBaseField[] table)
|
| Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
short index
DBObjectBaseField[] table
DBObjectBaseField entry
| Constructor Detail |
DBBaseFieldTableEnumerator(DBObjectBaseField[] table)
| Method Detail |
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||