RSQLite (version 1.1-2)

dummy-methods: 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 `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.