aRTconn-dropUser             package:aRT             R Documentation

_D_r_o_p_s _a_n _u_s_e_r

_D_e_s_c_r_i_p_t_i_o_n:

     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).

_U_s_a_g_e:

     ## S4 method for signature 'aRTconn':
     dropUser(object, user, remote, host)

_A_r_g_u_m_e_n_t_s:

  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.

_A_u_t_h_o_r(_s):

     Pedro Ribeiro de Andrade

_S_e_e _A_l_s_o:

     'aRTconn-class' shows the description of this class.

