Class: atkStatementIterator
Source Location: /db/statement/class.atkstatementiterator.inc
Class atkStatementIterator
Method Summary
| atkStatementIterator |
__construct() |
Constructs a new statemen iterator. |
| void |
current() |
Returns the current row. |
| void |
key() |
Returns the current offset. |
| void |
next() |
Go to the next row. |
| void |
rewind() |
Rewind the iterator. |
| void |
valid() |
Iterator valid? |
Properties
Current position.
API Tags:
Statement object.
API Tags:
Methods
Constructs a new statemen iterator.
Parameters:
API Tags:
Returns the current row.
API Tags:
Implementation of:
- Iterator::current
Returns the statement for this iterator.
API Tags:
| Return: | statement |
| Access: | public |
Returns the current offset.
API Tags:
Implementation of:
- Iterator::key
Go to the next row.
API Tags:
Implementation of:
- Iterator::next
Rewind the iterator.
API Tags:
Implementation of:
- Iterator::rewind
Iterator valid?
API Tags:
Implementation of:
- Iterator::valid