#include <grass/dbmi.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
int | db_grant_on_table (dbDriver *driver, char *tableName, int priv, int to) |
Grant privileges. |
int db_grant_on_table | ( | dbDriver * | driver, | |
char * | tableName, | |||
int | priv, | |||
int | to | |||
) |
Grant privileges.
priv | privileges: DB_PRIV_SELECT | |
to | grant to : DB_GROUP | DB_PUBLIC |
Definition at line 11 of file c_priv.c.
References db__set_protocol_fds(), db_free_string(), db_init_string(), DB_RECV_RETURN_CODE, DB_SEND_INT, DB_SEND_STRING, db_set_string(), and DB_START_PROCEDURE_CALL.