dolt-methods: Miscellaneous Dolt Methods

dbSendQuery,DoltConnection,character-methodR Documentation

Miscellaneous Dolt Methods

Description

These methods largely wrap RMariaDB methods with small tweaks to work with Dolt databases.

Usage

## S4 method for signature 'DoltConnection,character'
dbSendQuery(conn, statement, params = NULL, ...)

## S4 method for signature 'DoltConnection,character'
dbSendStatement(conn, statement, params = NULL, ...)

## S4 method for signature 'DoltResult'
dbClearResult(res, ...)

## S4 method for signature 'DoltConnection'
dbDisconnect(conn, ...)

Arguments

conn

an DoltConnection object.

statement

a character vector of length one specifying the SQL statement that should be executed. Only a single SQL statement should be provided.

params

A list of query parameters to be substituted into a parameterized query.

...

Unused. Needed for compatibility with generic.#' @export

res

A DoltResult object.


ecohealthalliance/doltr documentation built on July 1, 2023, 11:38 a.m.