GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-77aab223bc
|
DBMI Library (client) - privileges management. More...
Go to the source code of this file.
Functions | |
int | db_grant_on_table (dbDriver *driver, const char *tableName, int priv, int to) |
Grant privileges on table. More... | |
DBMI Library (client) - privileges management.
(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 c_priv.c.
int db_grant_on_table | ( | dbDriver * | driver, |
const char * | tableName, | ||
int | priv, | ||
int | to | ||
) |
Grant privileges on table.
driver | db driver |
tableName | table name |
priv | privileges DB_PRIV_SELECT |
to | grant to DB_GROUP | DB_PUBLIC |
Definition at line 29 of file c_priv.c.
References db__set_protocol_fds(), db_free_string(), db_init_string(), DB_OK, DB_PROC_GRANT_ON_TABLE, DB_RECV_RETURN_CODE, DB_SEND_INT, DB_SEND_STRING, db_set_string(), DB_START_PROCEDURE_CALL, and name.