dbCallProc-methods            package:DBI            R Documentation

_C_a_l_l _a_n _S_Q_L _s_t_o_r_e_d _p_r_o_c_e_d_u_r_e

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

     Calls a stored procedure on a remote RDBMS

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

       dbCallProc(conn, ...)

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

    conn: a 'DBIConnection' object. 

    ... : additional arguments are passed to the implementing method. 

_D_e_t_a_i_l_s:

     Not yet implemented.

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

     See the Database Interface definition document 'DBI.pdf' in the
     base directory of this package or <URL:
     http://developer.r-project.org/db>.

