SFSQLDriver-class: Class SFSQLDriver.

Description Usage Details

Description

SFSQLDriver objects are created by SFSQL() and used to select the correct method in dbConnect(). They are a superclass of the DBIDriver class, and used purely for dispatch.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'SFSQLDriver,ANY'
dbDataType(dbObj, obj, ...)

## S4 method for signature 'SFSQLDriver'
dbIsValid(dbObj, ...)

## S4 method for signature 'SFSQLDriver'
dbUnloadDriver(drv, ...)

## S4 method for signature 'SFSQLDriver'
dbGetInfo(dbObj, ...)

Details

The "Usage" section lists the class methods overridden by lazysf. The dbUnloadDriver() method is a null-op.


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