dummy-methods {RSQLite}R Documentation

Dummy methods

Description

Define here so that these methods can also be imported from this package. Recommended practice is to import all methods from DBI.

Usage

## S4 method for signature ''NULL',ANY'
dbGetQuery(conn, statement, ...)

Arguments

conn

A DBIConnection object, as produced by dbConnect().

statement

a character vector of length 1 containing SQL.

...

Other parameters passed on to methods.


[Package RSQLite version 1.1-1 Index]