dbClearResult              package:Rdbi              R Documentation

_C_l_e_a_r_s _r_e_s_o_u_r_c_e_s _a_s_s_o_c_i_a_t_e_d _w_i_t_h _a _q_u_e_r_y _r_e_s_u_l_t

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

     'dbClearResult' is a generic function that, when called on a
     result object, clears any resources associated with that object.

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

     dbClearResult(result)

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

  result: A query result 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:

     'dbSendQuery', 'data.frame'

