Object
|
--Iterator
|
--QueryIterator
Classes extended from QueryIterator:
class QueryIterator
This class will iterate over an sql result object, field by field.
The usage for this class would probably be seen best in the following:
iterator$Revision: 0.2 $ $Date: 2003/04/12 $Japha 1.0
@Ryan Gantt
@MySQL current()
boolean hasNext()
boolean hasPrevious()
int next()
int previous()
void __construct()
Returns the value of the array at the current index
Value of Array at the current index
public
Checks whether or not the Iterator can be incremented
true iff the Iterator can be incremented
public
Checks whether or not the Iterator can be de-incremented
true iff the Iterator can be de-incremented
public
Overrides: Iterator::next()
Iterates to the next index in the array
The next index of the Query
public
Moves the iterator once character backwords on the String
The previous index of the Query
public
Takes the array as a parameter, and initilizes all of the variables e.g.// length, end, reset
public