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)
r-dbi/RSQLite documentation built on May 3, 2024, 9:52 a.m.