R/dbIsValid_SQLiteConnection.R

Defines functions dbIsValid_SQLiteConnection

Documented in dbIsValid_SQLiteConnection

# dbIsValid()
#' @rdname SQLiteConnection-class
#' @usage NULL
dbIsValid_SQLiteConnection <- function(dbObj, ...) {
  connection_valid(dbObj@ptr)
}
#' @rdname SQLiteConnection-class
#' @export
setMethod("dbIsValid", "SQLiteConnection", dbIsValid_SQLiteConnection)

Try the RSQLite package in your browser

Any scripts or data that you put into this service are public.

RSQLite documentation built on Nov. 5, 2023, 1:10 a.m.