R/SFSQLConnection.R, R/connect.R
SFSQLConnection-class.RdSFSQLConnection 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.
# S4 method for SFSQLConnection show(object) # S4 method for SFSQLConnection dbSendQuery(conn, statement, ...) # S4 method for SFSQLConnection,character dbReadTable(conn, name, ...) # S4 method for SFSQLConnection dbListTables(conn, ...) # S4 method for SFSQLConnection,ANY dbExistsTable(conn, name, ...) # S4 method for SFSQLConnection dbDisconnect(conn, ...)
The corresponding generic functions
DBI::dbSendQuery(), DBI::dbDisconnect(),
DBI::dbReadTable(),
DBI::dbExistsTable(), DBI::dbListTables().