dbDisconnect              package:Rdbi              R Documentation

_C_l_o_s_e_s _a _d_a_t_a_b_a_s_e _c_o_n_n_e_c_t_i_o_n

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

     'dbDisconnect' a generic function that, when called with a valid
     connection object, closes the database connection and frees any
     resource associated with the connection.

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

     dbDisconnect(conn)

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

    conn: A database connection object.

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

     Timothy H. Keitt

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

     <URL: http://rdbi.sourceforge.net/>

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

     'dbConnect', 'dbReconnect', methods, 'class'

