 |
Qore DbDataProvider Module Reference
1.0
|
constructor(bool release_transaction, AbstractSQLStatement stmt)
creates the iterator
keepTransactionLock()
Ensures that no rollback is performed when the object is destroyed.
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...
bool release_transaction
release the transaction with a rollback in the destructor?
Definition: AbstractDbRecordIterator.qc.dox.h:42
destructor()
rolls back the transaction if a transaction lock was acquired in the constructor and keepTransactionL...
bool valid()
Returns True if the iterator is valid.
hash< auto > getValue()
Returns a single record if the iterator is valid.
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