dbGetException {DBI} | R Documentation |
Get DBMS exceptions
dbGetException(conn, ...)
conn |
A DBIConnection object, as returned by
|
... |
Other parameters passed on to methods. |
a list with elements errorNum
(an integer error number) and
errorMsg
(a character string) describing the last error in the
connection conn
.
Other DBIConnection generics: DBIConnection-class
,
dbDataType
, dbDisconnect
,
dbExecute
, dbExistsTable
,
dbGetInfo
, dbGetQuery
,
dbIsValid
, dbListFields
,
dbListResults
, dbListTables
,
dbReadTable
, dbRemoveTable
,
dbSendQuery
, dbSendStatement
,
dbWriteTable