aRTconn-getPermissions {aRT}R Documentation

Gets the permissions in a DBMS

Description

Function to see the permissions in a DBMS.

Usage

## S4 method for signature 'aRTconn':
getPermissions(object, user, global)

Arguments

object Object of class aRTconn.
user The user which the permissions will be shown. If none, shows all the permissions of all users.
global A boolean value. If true, it shows the permissions on the DBMS, which means that the user has permissions on every database. Otherwise, this function returns the specific permissions on each database.

Author(s)

Pedro Ribeiro de Andrade

See Also

aRTconn-class shows the description of this class.


[Package aRT version 1.6-1 Index]