void DbFreeResult(DB_RESULT result)
int DbFetchRow(DB_RESULT result, DB_ROW *row)
char * DqsSpecifyInit(const char *table, const char *fields)
void DdsFree(char *query)
void DqsConditionInt(char **query, const char *field, DQS_COMPARISON compare, int value, int index)
void DdsConditionInt(char **query, const char *field, DQS_COMPARISON compare, int value, int index)
char * DdsInit(const char *table)
#define DB_KEYDATA_FIELDS
void DbFreeRow(DB_ROW row)
int DbExecuteSql(DB_HANDLE handle, const char *stmt_str, DB_RESULT *result)
void DdsEnd(char **query)
int DbInt(DB_ROW row, int field_index, int *value)
void DqsEnd(char **query)
int DbExecuteSqlNoResult(DB_HANDLE handle, const char *stmt_str)