MySQL 5.6.14 Source Code Document
|
#include <dba.h>
Public Attributes | |
void * | DataPtr |
Boolean_t | RowFoundIndicator |
A structure used for bulk reads. The structure contains a pointer to the data and an indicator. After the bulk read has completed, the indicator is set to 1 if the row was found and to 0 if the row was not found.
void* DBA_BulkReadResultSet::DataPtr |
Boolean_t DBA_BulkReadResultSet::RowFoundIndicator |