Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.2 Online Documentation (MoTW) Revision 3
: Class RealColumnIterator (RealSQL-JDBC) (realcolumniterator.html)
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.northgateis.reality.realsql.RealColumnIterator
Allows a client to cycle through the columns in a row using the
Iterator interface.
Iterator
| Constructor Summary | |
RealColumnIterator(RealRowParser row)
|
|
| Method Summary | |
boolean | hasNext() |
java.lang.Object | next() |
void | remove() |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RealColumnIterator(RealRowParser row)
| Method Detail |
public boolean hasNext()
public java.lang.Object next()
public void remove()
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||