|
char * | desc |
|
const char * | def_filename |
|
void(* | f_close )(ISAM i) |
|
ISAM_POS(* | f_put )(ISAM is, ISAM_POS pos, const void *buf) |
|
int(* | f_del )(ISAM is, ISAM_POS pos, const void *buf) |
|
int(* | f_get )(ISAM is, ISAM_POS pos, void *buf) |
|
ISAM_POS(* | f_merge )(ISAM is, ISAM_POS pos, ISAM_DATA_STREAM *data) |
|
ISAM_CUR(* | f_cur_open )(ISAM is, ISAM_POS pos) |
|
int(* | f_read )(ISAM_CUR cur, void *buf) |
|
int(* | f_forward )(ISAM_CUR cur, void *buf, const void *untilbuf) |
|
void(* | f_pos )(ISAM_CUR cur, double *current, double *total) |
|
void(* | f_cur_close )(ISAM_CUR cur) |
|
int(* | f_unlink )(ISAM is, ISAM_POS pos) |
|
isam_control is the interface to the operations an ISAM supports
Definition at line 119 of file isam.h.