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