#include "../config.h"
#include "dbapi.h"
#include "dburl.h"
#include "guiapi.h"
Include dependency graph for dbapi.c:
Go to the source code of this file.
Functions | |
DBConnection * | db_connect_url (char *url) |
Connects to the database specified in th URL. | |
DBConnector * | dbconnector_new (void) |
Allocates a new empty DBConnector. | |
DBConnection * | db_connect (DBConnector *dbc) |
Connects to the database defined in the current workspace. | |
void | db_disconnect (DBConnection *conn, void(*display_error)(char *, char *)) |
Disconnect from database. |
Definition in file dbapi.c.