DBMI Library (driver) - drivers. More...
#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
#include "procs.h"
#include "dbstubs.h"
Go to the source code of this file.
Defines | |
#define | DB_DRIVER_C |
Functions | |
char * | getenv () |
int | db_driver (int argc, char *argv[]) |
Get driver (?). |
DBMI Library (driver) - drivers.
(C) 1999-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file driver.c.
int db_driver | ( | int | argc, | |
char * | argv[] | |||
) |
Get driver (?).
argc,argv | arguments |
Definition at line 38 of file driver.c.
References db__init_driver_state(), db__recv_procnum(), db__send_failure(), db__send_procedure_not_implemented(), db__send_procedure_ok(), db__send_success(), db__set_protocol_fds(), db_auto_print_errors(), db_auto_print_protocol_errors(), db_clear_error(), db_driver_finish, db_driver_init, db_syserror(), getenv(), procnum, and routine.
char* getenv | ( | ) |
Referenced by db_driver(), and db_whoami().