R/SQLKeywords_SQLiteConnection.R

Defines functions SQLKeywords_SQLiteConnection

Documented in SQLKeywords_SQLiteConnection

#' @include SQLiteConnection.R
#' @rdname keywords-dep
#' @usage NULL
SQLKeywords_SQLiteConnection <- function(dbObj, ...) {
  .SQL92Keywords
}
#' @rdname keywords-dep
#' @export
setMethod("SQLKeywords", "SQLiteConnection", SQLKeywords_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.