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)
rstats-db/RSQLite documentation built on April 20, 2024, 11:56 a.m.