56 constructor(
int block_size, AbstractDatasource ds, *hash<auto> where_cond, hash<auto> select_options)
Defines the record iterator class for Table-based iterators.
Definition: DbSelectBulkRecordInterface.qc.dox.h:34
bool release_transaction
release the transaction with a rollback in the destructor?
Definition: DbSelectBulkRecordInterface.qc.dox.h:42
destructor()
rolls back the transaction if a transaction lock was acquired in the constructor and keepTransactionL...
constructor(int block_size, AbstractDatasource ds, *hash< auto > where_cond, hash< auto > select_options)
creates the iterator
*hash< string, AbstractDataField > getRecordType()
Returns the record description, if available.
keepTransactionLock()
Ensures that no rollback is performed when the object is destroyed.
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:32
hash< string, list< auto > > getValueImpl()
Returns a hash of lists according to the block size.
AbstractSQLStatement stmt
the statement being iterated
Definition: DbSelectBulkRecordInterface.qc.dox.h:39