SQLiteObject-class          package:RSQLite          R Documentation

_C_l_a_s_s _S_Q_L_i_t_e_O_b_j_e_c_t

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

     Base class for all SQLite-specific DBI classes

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     A virtual Class: No objects may be created from it.

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

     Class `"DBIObject"', directly. Class `"dbObjectId"', directly.

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

     _c_o_e_r_c_e `signature(from = "SQLiteObject", to = "SQLiteDriver")':
          ... 

     _d_b_D_a_t_a_T_y_p_e `signature(dbObj = "SQLiteObject")': ... 

     _i_s_S_Q_L_K_e_y_w_o_r_d `signature(dbObj = "SQLiteObject", name =
          "character")': ... 

     _m_a_k_e._d_b._n_a_m_e_s `signature(dbObj = "SQLiteObject", snames =
          "character")': ... 

     _S_Q_L_K_e_y_w_o_r_d_s `signature(dbObj = "SQLiteObject")': ... 

_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://developer.r-project.org/db>.

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

     drv <- dbDriver("SQLite")
     con <- dbConnect(drv, dbname = "rsdbi.db")

