sqldbm.cc File Reference

#include "AppHdr.h"
#include "libutil.h"
#include "sqldbm.h"
#include "stuff.h"
#include <fcntl.h>
#include <cstring>

Include dependency graph for sqldbm.cc:


Classes

class  sqlite_retry_iterator

Functions

SQL_DBM * dbm_open (const char *filename, int mode, int)
int dbm_close (SQL_DBM *db)
sql_datum dbm_fetch (SQL_DBM *db, const sql_datum &key)
sql_datum dbm_firstkey (SQL_DBM *db)
sql_datum dbm_nextkey (SQL_DBM *db)
int dbm_store (SQL_DBM *db, const sql_datum &key, const sql_datum &value, int)

Function Documentation

int dbm_close ( SQL_DBM *  db  ) 

sql_datum dbm_fetch ( SQL_DBM *  db,
const sql_datum &  key 
)

sql_datum dbm_firstkey ( SQL_DBM *  db  ) 

sql_datum dbm_nextkey ( SQL_DBM *  db  ) 

SQL_DBM* dbm_open ( const char *  filename,
int  mode,
int   
)

int dbm_store ( SQL_DBM *  db,
const sql_datum &  key,
const sql_datum &  value,
int   
)

Here is the call graph for this function:


Generated on Thu Jan 13 13:26:24 2011 by  doxygen 1.5.6