MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DBA_BulkReadResultSet Struct Reference

#include <dba.h>

Public Attributes

void * DataPtr
Boolean_t RowFoundIndicator

Detailed Description

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.

Definition at line 672 of file dba.h.

Member Data Documentation

void* DBA_BulkReadResultSet::DataPtr

Pointer to data. Only fields part of primary key members needs to be set before bulk read.

Definition at line 673 of file dba.h.

Boolean_t DBA_BulkReadResultSet::RowFoundIndicator

This indicator has a valid value only after bulk read has completed. If the value is 1 then the row was found

Definition at line 676 of file dba.h.


The documentation for this struct was generated from the following file: