65 *hash<string, list<auto>>
getValue();
*hash< string, list< auto > > getValue()
Returns a hash of lists according to the block size or NOTHING if no more data is available.
int block_size
The record block size.
Definition: AbstractDataProviderBulkRecordInterface.qc.dox.h:38
bool valid()
Returns True if there are more records to return.
Defines the abstract class for data provider iterators; the destructor releases the iterator.
Definition: AbstractDataProviderBulkRecordInterface.qc.dox.h:33
constructor(int block_size)
Creates the object.
int getBlockSize()
Returns the block size.
abstract hash< string, list< auto > > getValueImpl()
Returns a hash of lists according to the block size.
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32