R/export.R

# Created with:
# methods::getGenerics(asNamespace("DBI")) %>%
#   grep("^db[A-Z]", ., value = TRUE) %>%
#   setdiff(c("dbCallProc", "dbListConnections", "dbSetDataMappings", "dbGetException")) %>%
#   paste0("#' @exportMethod ", ., "\nNULL\n", collapse = "\n") %>%
#   cat(file = "R/export.R")
#' @exportMethod dbAppendTable
NULL

#' @exportMethod dbBegin
NULL

#' @exportMethod dbBind
NULL

#' @exportMethod dbCanConnect
NULL

#' @exportMethod dbClearResult
NULL

#' @exportMethod dbColumnInfo
NULL

#' @exportMethod dbCommit
NULL

#' @exportMethod dbConnect
NULL

#' @exportMethod dbCreateTable
NULL

#' @exportMethod dbDataType
NULL

#' @exportMethod dbDisconnect
NULL

#' @exportMethod dbDriver
NULL

#' @exportMethod dbExecute
NULL

#' @exportMethod dbExistsTable
NULL

#' @exportMethod dbFetch
NULL

#' @exportMethod dbGetInfo
NULL

#' @exportMethod dbGetQuery
NULL

#' @exportMethod dbGetRowCount
NULL

#' @exportMethod dbGetRowsAffected
NULL

#' @exportMethod dbGetStatement
NULL

#' @exportMethod dbHasCompleted
NULL

#' @exportMethod dbIsReadOnly
NULL

#' @exportMethod dbIsValid
NULL

#' @exportMethod dbListFields
NULL

#' @exportMethod dbListObjects
NULL

#' @exportMethod dbListResults
NULL

#' @exportMethod dbListTables
NULL

#' @exportMethod dbQuoteIdentifier
NULL

#' @exportMethod dbQuoteLiteral
NULL

#' @exportMethod dbQuoteLiteral
NULL

#' @exportMethod dbQuoteString
NULL

#' @exportMethod dbReadTable
NULL

#' @exportMethod dbRemoveTable
NULL

#' @exportMethod dbRollback
NULL

#' @exportMethod dbSendQuery
NULL

#' @exportMethod dbSendStatement
NULL

#' @exportMethod dbUnloadDriver
NULL

#' @exportMethod dbUnquoteIdentifier
NULL

#' @exportMethod dbWithTransaction
NULL

#' @exportMethod dbWriteTable
NULL

#' @export
DBI::Id

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.