Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.imaginary.sql.msql.ColumnIterator

java.lang.Object
  |
  +--com.imaginary.sql.msql.ColumnIterator

public class ColumnIterator
extends java.lang.Object
implements java.util.Iterator
Enables an application to run through a rows columns using the Iterator interface.
Last modified $Date: 1999/07/06 05:55:56 $

Version:
$Revision: 1.2 $
Author:
George Reese (borg@imaginary.com)
See Also:
java.util.Iterator

Constructor Summary
ColumnIterator(ParsedRow pr)
           
 
Method Summary
boolean hasNext()
           
java.lang.Object next()
           
void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

ColumnIterator

public ColumnIterator(ParsedRow pr)
Method Detail

hasNext

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

next

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

remove

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

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD