upscaledb
2.2.1
|
#include <upscaledb_int.h>
Data Fields | |
int | type |
ups_key_t | key |
ups_record_t | record |
uint32_t | flags |
ups_status_t | result |
A structure describing an Insert, Erase or Find operation
Definition at line 373 of file upscaledb_int.h.
uint32_t ups_operation_t::flags |
flags for ups_db_insert, ups_db_erase, ups_db_find
Definition at line 384 of file upscaledb_int.h.
ups_key_t ups_operation_t::key |
The key
Definition at line 378 of file upscaledb_int.h.
ups_record_t ups_operation_t::record |
The record; not required if type is UPS_OP_ERASE
Definition at line 381 of file upscaledb_int.h.
ups_status_t ups_operation_t::result |
The actual result of the operation
Definition at line 387 of file upscaledb_int.h.
int ups_operation_t::type |
The operation type; UPS_OP_INSERT, UPS_OP_ERASE or UPS_OP_FIND
Definition at line 375 of file upscaledb_int.h.