aRTconn-dropUser {aRT} | R Documentation |
Function to remove permissions of an user in the database. The aRTconn user must have permissions for doing this operation (user root has this permission).
## S4 method for signature 'aRTconn': dropUser(object, user, remote, host)
object |
Object of class aRTconn . |
user |
The user that will be removed. |
remote |
A boolean value meaning whether the DBMS will remove the access from external hosts. |
host |
The host to be removed for access. If remote is true and host is empty string then the access is removed from any host. |
Pedro Ribeiro de Andrade
aRTconn-class
shows the description of this class.