viewerDataMySQL         package:rdataviewer         R Documentation

_P_r_e_p_a_r_e _a_n _S_Q_L _q_u_e_r_y _f_o_r _v_i_e_w_i_n_g.

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

     This function derives various important attributes of an SQL query
     and stores them so that viewing the query can occur efficiently.

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

     viewerDataMySQL(query, dbname, username, password = "", host = NULL)

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

   query: The SQL query. 

  dbname: The name of the database to be queried. 

username: The username to connect to the database server. 

password: The username password to connect to the database server. 

    host: The name of the database server. 

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

     This set up involves a couple of queries to the database server.

_V_a_l_u_e:

     An object of class '"ViewerDataMySQL"'.

_A_u_t_h_o_r(_s):

     Paul Murrell

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

     'ViewerDataMySQL' and 'viewerData'

