void db_init_string(dbString *)
Initialize dbString.
char * db_get_string(const dbString *)
Get string.
void db_free_table(dbTable *)
Free the table.
#define DB_SEND_FAILURE()
#define DB_SEND_TABLE_DEFINITION(x)
int db_set_table_name(dbTable *, const char *)
Set the name of the table.
int(* db_driver_describe_table)(dbString *, dbTable **)
#define DB_SEND_SUCCESS()
int db_d_describe_table(void)
Describe table.
void db_free_string(dbString *)
Free allocated space for dbString.
#define DB_RECV_STRING(x)