DBMI Library (driver) - add column to table. More...
#include <stdlib.h>
#include <grass/dbmi.h>
#include "macros.h"
#include "dbstubs.h"
Go to the source code of this file.
Functions | |
int | db_d_add_column (void) |
Add column to table. |
DBMI Library (driver) - add column to table.
(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 d_add_col.c.
int db_d_add_column | ( | void | ) |
Add column to table.
Definition at line 26 of file d_add_col.c.
References db_driver_add_column, db_free_column(), db_free_string(), db_init_column(), db_init_string(), DB_RECV_COLUMN_DEFINITION, DB_RECV_STRING, DB_SEND_FAILURE, and DB_SEND_SUCCESS.