![]() |
Structure used by functions which want to return a bunch of records
Definition at line 196 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 197 of file cl_types.h.
int cl_batchresult::numrecs |
Definition at line 198 of file cl_types.h.
cl_rec* cl_batchresult::records |
Definition at line 199 of file cl_types.h.