RODBC-internal             package:RODBC             R Documentation

_I_n_t_e_r_n_a_l _R_O_D_B_C _f_u_n_c_t_i_o_n_s

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

     Internal RODBC functions: not exported from the 'RODBC' namespace

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

     odbcColData(channel)
     odbcNumCols(channel)

     odbcUpdate(channel, query, data, params, test = FALSE,
                verbose = FALSE, nastring = NULL)
     odbcCaseFlag(channel)
     odbcSpecialColumns(channel, table)
     sqlwrite(channel, tablename, mydata, test = FALSE, fast = TRUE,
              nastring = NULL, verbose = FALSE)
     sqltablecreate(tablename, coldata = NULL, colspecs, keys = -1)
     odbcTableExists(channel, tablename, abort = TRUE, forQuery = TRUE)
     odbcTypeInfo(channel, type)
     odbcClearResults(channel)
     odbcValidChannel(channel)

