Functions

db.h File Reference

Go to the source code of this file.

Functions

void * DB_init (AI_config *)
DB_result * DB_query (const char *)
void DB_close ()

Function Documentation

void DB_close (  ) 

Close the database descriptor

void* DB_init ( AI_config  ) 

Initializer for the database

DB_result* DB_query ( const char *   ) 

Execute a query on the database and returns the result

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines