dbGetException,SQLiteConnection-method {RSQLite}R Documentation

Get the last exception from the connection.

Description

Get the last exception from the connection.

Usage

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

Arguments

conn

an object of class SQLiteConnection


[Package RSQLite version 1.0.0 Index]