SFSQLConnection-class: Class SFSQLConnection (and methods)

Description Usage See Also

Description

SFSQLConnection objects are created by passing SFSQL() as first argument to DBI::dbConnect(). They are a superclass of the DBIConnection class. The "Usage" section lists the class methods overridden by lazysf.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 method for signature 'SFSQLConnection'
show(object)

## S4 method for signature 'SFSQLConnection'
dbSendQuery(conn, statement, ...)

## S4 method for signature 'SFSQLConnection,character'
dbReadTable(conn, name, ...)

## S4 method for signature 'SFSQLConnection'
dbListTables(conn, ...)

## S4 method for signature 'SFSQLConnection,ANY'
dbExistsTable(conn, name, ...)

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

See Also

The corresponding generic functions DBI::dbSendQuery(), DBI::dbDisconnect(), DBI::dbReadTable(), DBI::dbExistsTable(), DBI::dbListTables().


lazysf documentation built on Nov. 14, 2020, 9:07 a.m.