OpenDNSSEC-enforcer
1.3.4
|
#include <database.h>
Data Fields | |
unsigned int | magic |
int | count |
DB_HANDLE | handle |
sqlite3_stmt * | data |
short | first_row |
Definition at line 82 of file database.h.
int db_result::count |
Definition at line 84 of file database.h.
Referenced by DbExecuteSql(), and DbString().
sqlite3_stmt* db_result::data |
Definition at line 86 of file database.h.
Referenced by DbFetchRow(), DbFreeResult(), and DbString().
short db_result::first_row |
Definition at line 88 of file database.h.
Referenced by DbFetchRow().
Definition at line 85 of file database.h.
unsigned int db_result::magic |
Definition at line 83 of file database.h.
Referenced by DbFetchRow(), and DbFreeResult().