| 
    Apache Portable Runtime
    
   | 
 
#include <apr_dbm_private.h>

Data Fields | |
| apr_pool_t * | pool | 
| void * | file | 
| int | errcode | 
| const char * | errmsg | 
| const apr_dbm_driver_t * | type | 
The actual DBM
| int apr_dbm_t::errcode | 
Current integer error code
| const char* apr_dbm_t::errmsg | 
Current string error code
| void* apr_dbm_t::file | 
pointer to DB Implementation Specific data
| apr_pool_t* apr_dbm_t::pool | 
Associated pool
| const apr_dbm_driver_t* apr_dbm_t::type | 
the type of DBM