com.northgateis.reality.realsql
Class RealColumnIterator

java.lang.Object
 |
 +--com.northgateis.reality.realsql.RealColumnIterator

public class RealColumnIterator
extends java.lang.Object
implements java.util.Iterator

Allows a client to cycle through the columns in a row using the Iterator interface.

See Also:
Iterator

Constructor Summary
RealColumnIterator(RealRowParser row)
           
 
Method Summary
 booleanhasNext()
           
 java.lang.Objectnext()
           
 voidremove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealColumnIterator

public RealColumnIterator(RealRowParser row)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator