| SFSQLConnection-class | R Documentation |
SFSQLConnection objects are created by passing SFSQL() as first
argument to DBI::dbConnect().
They are a superclass of the DBI::DBIConnection class.
The "Usage" section lists the class methods overridden by lazysf.
## 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, ...)
The corresponding generic functions
DBI::dbSendQuery(), DBI::dbDisconnect(),
DBI::dbReadTable(),
DBI::dbExistsTable(), DBI::dbListTables().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.