#include "dbmi.h"#include "macros.h"Include dependency graph for c_createdb.c:

Go to the source code of this file.
Functions | |
| int | db_create_database (dbDriver *driver, dbHandle *handle) |
| create database | |
| int db_create_database | ( | dbDriver * | driver, | |
| dbHandle * | handle | |||
| ) |
create database
| driver,handle |
Definition at line 11 of file c_createdb.c.
References db__set_protocol_fds(), DB_RECV_RETURN_CODE, DB_SEND_HANDLE, and DB_START_PROCEDURE_CALL.
1.4.7