aRT-class                package:aRT                R Documentation

_C_l_a_s_s "_a_R_T"

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

     Class that stores a virtual DBMA connection and manipulates
     databases.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'openConn(user,
     password, port, host)'.

_S_l_o_t_s:

     '_p_o_i_n_t_e_r': An external pointer to a TerraLib object. DO NOT change
          it!

_E_x_t_e_n_d_s:

     Class 'aRTcomponent', directly.

_M_e_t_h_o_d_s:

     _i_n_i_t_i_a_l_i_z_e: Initializer of aRT class.

     _s_h_o_w_D_b_s: Shows the databases available.

     _d_e_l_e_t_e_D_b: Removes a database from the DBMS.

     _o_p_e_n_D_b: Opens an existent database from the DBMS.

     _c_r_e_a_t_e_D_b: Creates a new database and returns it.

     _a_d_d_U_s_e_r: Grants ALL permissions on the DBMS to a user.

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

     Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.est.ufpr.br/aRT>

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

     See 'aRT-METHOD' for a method of this class  or 'CLASSNAME-class'
     for links to other classes.

