External Interfaces > Reality Java Interface > JavaDocs > JavaDocs for Reality SQL/JDBC Classes > RealColumnIterator

Comment on this topic

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.0 ()

: Class RealColumnIterator (RealSQL-JDBC) (realcolumniterator.html)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 


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


RealityV15.0Comment on this topic