SQLiteConnection-class        package:RSQLite        R Documentation

_C_l_a_s_s _S_Q_L_i_t_e_C_o_n_n_e_c_t_i_o_n

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

     SQLite connection class.

_G_e_n_e_r_a_t_o_r_s:

     The method 'dbConnect' is the main generator.

_E_x_t_e_n_d_s:

     Class '"DBIConnection"', directly. Class '"SQLiteObject"',
     directly. Class '"DBIObject"', by class "DBIConnection". Class
     '"dbObjectId"', by class "SQLiteObject".

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

     _c_o_e_r_c_e 'signature(from = "SQLiteConnection", to =
          "SQLiteResult")': ... 

     _d_b_C_a_l_l_P_r_o_c 'signature(conn = "SQLiteConnection")': ... 

     _d_b_C_o_m_m_i_t 'signature(conn = "SQLiteConnection")': ... 

     _d_b_C_o_n_n_e_c_t 'signature(drv = "SQLiteConnection")': ... 

     _d_b_D_i_s_c_o_n_n_e_c_t 'signature(conn = "SQLiteConnection")': ... 

     _d_b_E_x_i_s_t_s_T_a_b_l_e 'signature(conn = "SQLiteConnection", name =
          "character")': ... 

     _d_b_G_e_t_E_x_c_e_p_t_i_o_n 'signature(conn = "SQLiteConnection")': ... 

     _d_b_G_e_t_I_n_f_o 'signature(dbObj = "SQLiteConnection")': ... 

     _d_b_G_e_t_Q_u_e_r_y 'signature(conn = "SQLiteConnection", statement =
          "character")': ... 

     _d_b_L_i_s_t_F_i_e_l_d_s 'signature(conn = "SQLiteConnection", name =
          "character")': ... 

     _d_b_L_i_s_t_R_e_s_u_l_t_s 'signature(conn = "SQLiteConnection")': ... 

     _d_b_L_i_s_t_T_a_b_l_e_s 'signature(conn = "SQLiteConnection")': ... 

     _d_b_R_e_a_d_T_a_b_l_e 'signature(conn = "SQLiteConnection", name =
          "character")': ... 

     _d_b_R_e_m_o_v_e_T_a_b_l_e 'signature(conn = "SQLiteConnection", name =
          "character")': ... 

     _d_b_R_o_l_l_b_a_c_k 'signature(conn = "SQLiteConnection")': ... 

     _d_b_S_e_n_d_Q_u_e_r_y 'signature(conn = "SQLiteConnection", statement =
          "character")': ... 

     _d_b_W_r_i_t_e_T_a_b_l_e 'signature(conn = "SQLiteConnection", name =
          "character", value = "data.frame")': ... 

     _s_u_m_m_a_r_y 'signature(object = "SQLiteConnection")': ... 

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

     R-SIG-DB

_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:

     DBI classes: 'SQLiteObject-class' 'SQLiteDriver-class'
     'SQLiteConnection-class' 'SQLiteResult-class'

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

     ## Not run: 
     drv <- dbDriver("SQLite")
     con <- dbConnect(drv, dbname = "rsdbi.db")
     ## End(Not run)

