Learn R Programming

DBI (version 1.2.0)

dbGetException: Get DBMS exceptions

Description

DEPRECATED. Backends should use R's condition system to signal errors and warnings.

Usage

dbGetException(conn, ...)

Value

a list with elements errorNum (an integer error number) and errorMsg (a character string) describing the last error in the connection conn.

Arguments

conn

A DBIConnection object, as returned by dbConnect().

...

Other parameters passed on to methods.

See Also

Other DBIConnection generics: DBIConnection-class, dbAppendTable(), dbCreateTable(), dbDataType(), dbDisconnect(), dbExecute(), dbExistsTable(), dbGetInfo(), dbGetQuery(), dbIsReadOnly(), dbIsValid(), dbListFields(), dbListObjects(), dbListResults(), dbListTables(), dbReadTable(), dbRemoveTable(), dbSendQuery(), dbSendStatement(), dbWriteTable()