 |
Qore DbDataProvider Module Reference
1.0
|
constructor(bool release_transaction, AbstractSQLStatement stmt)
creates the iterator
AbstractSQLStatement stmt
the statement being iterated
Definition: AbstractDbRecordIterator.qc.dox.h:39
bool next()
Increments the row pointer when retrieving rows from a select statement; returns True if there is a r...
*hash< auto > where_cond
search conditions
Definition: DbSelectRecordIterator.qc.dox.h:39
Defines the record iterator class for Table-based iterators.
Definition: DbSelectRecordIterator.qc.dox.h:34
auto memberGate(string key)
Returns the value of the given field in the current record, if the iterator is valid.
static AbstractSQLStatement prepareStatement(AbstractSQLStatement stmt, hash< auto > select_options)
Prepares the AbstractSQLStatement object for the iterator.
Defines the record iterator class for Table-based iterators.
Definition: AbstractDbRecordIterator.qc.dox.h:34
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:32