aRTconn-getPermissions {aRT} | R Documentation |
Function to see the permissions in a DBMS.
## S4 method for signature 'aRTconn': getPermissions(object, user, global)
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. |
Pedro Ribeiro de Andrade
aRTconn-class
shows the description of this class.