All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.ColumnIterator
com.imaginary.sql.msql.ColumnIterator
- public class ColumnIterator
Enables an application to run through a rows columns using the
Iterator
interface.
Last modified $Date: 1999/07/09 23:16:22 $
- Version:
- $Revision: 1.1.2.1 $
- Author:
- George Reese (borg@imaginary.com)
- See Also:
- Iterator
-
ColumnIterator(ParsedRow)
-
-
hasNext()
-
-
next()
-
-
remove()
-
ColumnIterator
public ColumnIterator(ParsedRow pr)
hasNext
public boolean hasNext()
next
public Object next()
remove
public void remove()
All Packages Class Hierarchy This Package Previous Next Index