R/dbQuoteLiteral_AdbiConnection_character.R

Defines functions dbQuoteLiteral_AdbiConnection_character

Documented in dbQuoteLiteral_AdbiConnection_character

#' @rdname AdbiConnection-class
#' @inheritParams DBI::dbQuoteLiteral
#' @usage NULL
dbQuoteLiteral_AdbiConnection_character <- function(conn, x, ...) {
  dbQuoteLiteral(ANSI(), x, ...)
}

#' @rdname AdbiConnection-class
#' @export
setMethod(
  "dbQuoteLiteral",
  c("AdbiConnection", "character"),
  dbQuoteLiteral_AdbiConnection_character
)

Try the adbi package in your browser

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

adbi documentation built on May 29, 2024, 7:12 a.m.