R/isSQLKeyword.R

#' @rdname make.db.names
#' @export
setGeneric("isSQLKeyword",
  def = function(dbObj, name, keywords = .SQL92Keywords, case = c("lower", "upper", "any")[3], ...)
    standardGeneric("isSQLKeyword"),
  signature = c("dbObj", "name"),
  valueClass = "logical"
)

Try the DBI package in your browser

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

DBI documentation built on June 18, 2022, 9:06 a.m.