SQLiteConnection objects are created by passing SQLite() as first
argument to DBI::dbConnect().
They are a superclass of the '>DBIConnection class.
The "Usage" section lists the class methods overridden by RSQLite.
# S4 method for SQLiteConnection,character
dbQuoteIdentifier(conn, x, ...)# S4 method for SQLiteConnection,SQL
dbQuoteIdentifier(conn, x, ...)
# S4 method for SQLiteConnection
show(object)
# S4 method for SQLiteConnection
dbIsValid(dbObj, ...)
# S4 method for SQLiteConnection
dbGetException(conn, ...)
# S4 method for SQLiteConnection,character
dbSendQuery(conn, statement,
params = NULL, ...)
# S4 method for SQLiteConnection
sqlData(con, value,
row.names = pkgconfig::get_config("RSQLite::row.names.query", FALSE), ...)
# S4 method for SQLiteConnection,character
dbRemoveTable(conn, name, ...)
# S4 method for SQLiteConnection,character
dbExistsTable(conn, name, ...)
# S4 method for SQLiteConnection
dbListTables(conn, ...)
# S4 method for SQLiteConnection,character
dbListFields(conn, name, ...)
# S4 method for SQLiteConnection
dbDataType(dbObj, obj, ...)
The corresponding generic functions
DBI::dbSendQuery(), DBI::dbGetQuery(),
DBI::dbSendStatement(), DBI::dbExecute(),
DBI::dbExistsTable(), DBI::dbListTables(), DBI::dbListFields(),
DBI::dbRemoveTable(), and DBI::sqlData().