dbDataType-methods          package:RMySQL          R Documentation

_D_e_t_e_r_m_i_n_e _t_h_e _S_Q_L _D_a_t_a _T_y_p_e _o_f _a_n _S _o_b_j_e_c_t

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

     This method is a straight-forward implementation of the
     corresponding generic function.

_M_e_t_h_o_d_s:

     _d_b_O_b_j any 'MySQLObject' object, e.g., 'MySQLDriver',
          'MySQLConnection', 'MySQLResult'.

_o_b_j R/S-Plus object whose SQL type we want to determine.

...  any other parameters that individual methods may need. 

_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://stat.bell-labs.com/RS-DBI>.

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

     'isSQLKeyword' 'make.db.names'

_E_x_a_m_p_l_e_s:

     ## Not run: 
     data(quakes)
     drv <- dbDriver("MySQL")
     sql.type <- dbDataType(drv, quakes)
     ## End(Not run)

