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

Constructor Index

 o ColumnIterator(ParsedRow)

Method Index

 o hasNext()
 o next()
 o remove()

Constructors

 o ColumnIterator
 public ColumnIterator(ParsedRow pr)

Methods

 o hasNext
 public boolean hasNext()
 o next
 public Object next()
 o remove
 public void remove()

All Packages  Class Hierarchy  This Package  Previous  Next  Index