SQLiteConnection-class {RSQLite}R Documentation

Class SQLiteConnection

Description

SQLiteConnection objects are usually created by DBI::dbConnect().

Usage

## S4 method for signature 'SQLiteConnection'
show(object)

## S4 method for signature 'SQLiteConnection'
dbIsValid(dbObj, ...)

## S4 method for signature 'SQLiteConnection'
dbGetException(conn, ...)

[Package RSQLite version 1.1-2 Index]