Searched defs:database (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/sdb/pgsql/
H A Dpgsqldb.c32 * A simple database driver that interfaces to a PostgreSQL database. This
34 * connection to the database per zone, which is inefficient. It also may
46 char *database; member in struct:dbinfo
57 * Canonicalize a string before writing it to the database.
74 * Connect to the database.
78 dbi->conn = PQsetdbLogin(dbi->host, NULL, NULL, NULL, dbi->database,
100 * This database operates on absolute names.
175 * Issue an SQL query to return all nodes in the database and fill the
230 * Create a connection to the database an
[all...]
/bind-9.11.3/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c51 * 3 Unable to open BDB database.
105 bulk_write(char type, DB *database, DBC *dbcursor, DBT *bdbkey, DBT *bdbdata);
119 * may be inserted into database by this program.
127 * BDB database names. If you want to use different
128 * database names change them here.
145 /* A struct to hold all the relevant info about the database */
149 DB *data; /* dns_data database handle */
150 DBC *cursor; /* database cursor */
154 DB *zone; /* zone database handle */
155 DB *host; /* host database handl
822 bulk_write(char type, DB *database, DBC *dbcursor, DBT *bdbkey, DBT *bdbdata) argument
[all...]

Completed in 12 milliseconds