 |
Qore DbDataProvider Module Reference
1.0
|
47 constructor(AbstractTable
table, *hash<auto> where_cond, *hash<auto> search_options)
58 auto memberGate(
string key);
constructor(bool release_transaction, AbstractSQLStatement stmt)
creates the iterator
AbstractTable table
The table being iterated.
Definition: DbTableRecordIterator.qc.dox.h:39
*hash< string, AbstractDataField > getRecordType()
Returns the record description, if available.
Defines the record iterator class for Table-based iterators.
Definition: DbTableRecordIterator.qc.dox.h:34
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