Apache HTTPD
Public Attributes | List of all members
lua_db_handle Struct Reference

#include <lua_dbd.h>

Public Attributes

apr_dbd_thandle
 
const apr_dbd_driver_tdriver
 
int alive
 
apr_pool_tpool
 
char type
 
ap_dbd_tdbdhandle
 
server_recserver
 

Detailed Description

Definition at line 28 of file lua_dbd.h.

Member Data Documentation

◆ alive

int lua_db_handle::alive

Definition at line 32 of file lua_dbd.h.

◆ dbdhandle

ap_dbd_t* lua_db_handle::dbdhandle

Definition at line 35 of file lua_dbd.h.

◆ driver

const apr_dbd_driver_t* lua_db_handle::driver

Definition at line 31 of file lua_dbd.h.

◆ handle

apr_dbd_t* lua_db_handle::handle

Definition at line 30 of file lua_dbd.h.

◆ pool

apr_pool_t* lua_db_handle::pool

Definition at line 33 of file lua_dbd.h.

◆ server

server_rec* lua_db_handle::server

Definition at line 36 of file lua_dbd.h.

◆ type

char lua_db_handle::type

Definition at line 34 of file lua_dbd.h.


The documentation for this struct was generated from the following file: