|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-7c29b9c03a
|
DBMI Library (client) - drop column. More...

Go to the source code of this file.
Functions | |
| int | db_drop_column (dbDriver *driver, dbString *tableName, dbString *columnName) |
| Drop column. | |
DBMI Library (client) - drop column.
SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file c_drop_col.c.
Drop column.
| driver | db driver |
| tableName | table name |
| columnName | column name to be dropped |
Definition at line 25 of file c_drop_col.c.
References db__set_protocol_fds(), DB_OK, DB_PROC_DROP_COLUMN, DB_RECV_RETURN_CODE, DB_SEND_STRING, and DB_START_PROCEDURE_CALL.