callProc               package:RSQLite               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:

     callProc(con, ...)

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

     con: a `dbConnection' object. 

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

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

     Not yet implemented.

