96 for (i = 0; i <
count; i++)
116 for (i = 0; i <
count; i++)
void db_free_handle(dbHandle *handle)
Free dbHandle structure.
void db_init_string(dbString *)
Initialize dbString.
char * db_get_string(const dbString *)
Get string.
void db_free_handle_array(dbHandle *handle, int count)
Free array of handles.
void db_free(void *)
Free allocated memory.
int db_set_string(dbString *, const char *)
Inserts string to dbString (enlarge string)
const char * db_get_handle_dbschema(dbHandle *handle)
Get handle schema name.
dbHandle * db_alloc_handle_array(int count)
Allocate array of handles.
void * db_calloc(int, int)
Allocate memory.
int db_set_handle(dbHandle *handle, const char *dbName, const char *dbSchema)
Set handle (database and schema name)
void db_init_handle(dbHandle *handle)
Initialize handle (i.e database/schema)
const char * db_get_handle_dbname(dbHandle *handle)
Get handle database name.
void db_free_string(dbString *)
Free allocated space for dbString.