33 DataProvider::AbstractDataProvider
prov;
48 Qore::AbstractIterator
i;
Defines the record iterator class for table-based iterators.
Definition MewsTableBulkRecordInterface.qc.dox.h:28
constructor(int block_size, DataProvider::AbstractDataProvider prov, hash< auto > req, string key, hash< string, AbstractDataField > record_type, *hash< auto > where_cond, *hash< auto > search_options)
creates the iterator
string cursor
Current cursor value.
Definition MewsTableBulkRecordInterface.qc.dox.h:51
bool done
Done flag.
Definition MewsTableBulkRecordInterface.qc.dox.h:54
hash< string, list< auto > > getValueImpl()
Returns a hash of lists according to the block size.
hash< string, AbstractDataField > record_type
The record type.
Definition MewsTableBulkRecordInterface.qc.dox.h:42
*hash< string, AbstractDataField > getRecordType()
Returns the record description, if available.
Qore::AbstractIterator i
Current data being iterated.
Definition MewsTableBulkRecordInterface.qc.dox.h:48
*hash< auto > search_options
Search options.
Definition MewsTableBulkRecordInterface.qc.dox.h:45
hash< auto > req
The request data.
Definition MewsTableBulkRecordInterface.qc.dox.h:36
int count
Total records retrieved.
Definition MewsTableBulkRecordInterface.qc.dox.h:57
DataProvider::AbstractDataProvider prov
The abstract data provider that will provide the data to be iterated.
Definition MewsTableBulkRecordInterface.qc.dox.h:33
string key
The response key containing the data to be iterated.
Definition MewsTableBulkRecordInterface.qc.dox.h:39
Qore MewsRestDataProvider module definition.
Definition MewsRestAccountNotesTableDataProvider.qc.dox.h:26