#include "../config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "db_conn.h"
Include dependency graph for dburl.c:
Go to the source code of this file.
Functions | |
DBConnector * | dburl_get_connector (char *url) |
Create a new text URL from the fields on a form. |
Definition in file dburl.c.
|
Create a new text URL from the fields on a form.
Definition at line 33 of file dburl.c. References dbconnector_find(). Referenced by db_connect_url(). |