aRTconn-getPermissions          package:aRT          R Documentation

_G_e_t_s _t_h_e _p_e_r_m_i_s_s_i_o_n_s _i_n _a _D_B_M_S

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

     Function to see the permissions in a DBMS.

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

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

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

  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.

_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.

