R/RcppExports.R

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

connection_connect <- function(path, allow_ext, flags, vfs = "") {
    .Call(`_RSQLite_connection_connect`, path, allow_ext, flags, vfs)
}

connection_valid <- function(con_) {
    .Call(`_RSQLite_connection_valid`, con_)
}

connection_release <- function(con_) {
    invisible(.Call(`_RSQLite_connection_release`, con_))
}

connection_copy_database <- function(from, to) {
    invisible(.Call(`_RSQLite_connection_copy_database`, from, to))
}

connection_import_file <- function(con, name, value, sep, eol, skip) {
    .Call(`_RSQLite_connection_import_file`, con, name, value, sep, eol, skip)
}

result_create <- function(con, sql, is_statement = FALSE) {
    .Call(`_RSQLite_result_create`, con, sql, is_statement)
}

result_release <- function(res) {
    invisible(.Call(`_RSQLite_result_release`, res))
}

result_valid <- function(res_) {
    .Call(`_RSQLite_result_valid`, res_)
}

result_fetch <- function(res, n) {
    .Call(`_RSQLite_result_fetch`, res, n)
}

result_bind <- function(res, params) {
    invisible(.Call(`_RSQLite_result_bind`, res, params))
}

result_has_completed <- function(res) {
    .Call(`_RSQLite_result_has_completed`, res)
}

result_rows_fetched <- function(res) {
    .Call(`_RSQLite_result_rows_fetched`, res)
}

result_rows_affected <- function(res) {
    .Call(`_RSQLite_result_rows_affected`, res)
}

result_column_info <- function(res) {
    .Call(`_RSQLite_result_column_info`, res)
}

result_get_placeholder_names <- function(res) {
    .Call(`_RSQLite_result_get_placeholder_names`, res)
}

#' RSQLite version
#'
#' @return A character vector containing header and library versions of
#'   RSQLite.
#' @export
#' @examples
#' RSQLite::rsqliteVersion()
rsqliteVersion <- function() {
    .Call(`_RSQLite_rsqliteVersion`)
}

init_logging <- function(log_level) {
    invisible(.Call(`_RSQLite_init_logging`, log_level))
}
real-didi/RSQLiteFixed documentation built on May 21, 2019, 1:45 p.m.