![]() |
Structure used by functions which want to return a bunch of records
Definition at line 193 of file cl_types.h.
#include "cl_types.h"
Data Fields | |
pthread_mutex_t | lock |
int | numrecs |
cl_rec * | records |
pthread_mutex_t cl_batchresult::lock |
Definition at line 194 of file cl_types.h.
int cl_batchresult::numrecs |
Definition at line 195 of file cl_types.h.
cl_rec* cl_batchresult::records |
Definition at line 196 of file cl_types.h.