GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
Loading...
Searching...
No Matches
c_priv.c File Reference

DBMI Library (client) - privileges management. More...

#include <grass/dbmi.h>
#include "macros.h"
Include dependency graph for c_priv.c:

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.
 

Detailed Description

DBMI Library (client) - privileges management.

SPDX-FileCopyrightText: 1999-2008 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Joel Jones (CERL/UIUC), Radim Blazek

Definition in file c_priv.c.

Function Documentation

◆ db_grant_on_table()

int db_grant_on_table ( dbDriver driver,
const char tableName,
int  priv,
int  to 
)

Grant privileges on table.

Parameters
driverdb driver
tableNametable name
privprivileges DB_PRIV_SELECT
togrant to DB_GROUP | DB_PUBLIC
Returns
DB_OK on success
DB_FAILED on failure

Definition at line 26 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.

Referenced by Vect_copy_table_by_cats().