Description Usage Arguments Methods (by generic) See Also
JDBCDriver objects are usually created by
driver.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'JDBCDriver'
dbListConnections(drv, ...)
## S4 method for signature 'JDBCDriver'
dbUnloadDriver(drv, ...)
## S4 method for signature 'JDBCDriver'
dbGetInfo(dbObj, ...)
## S4 method for signature 'JDBCDriver'
dbGetDriver(dbObj, ...)
## S4 method for signature 'JDBCDriver'
dbDataType(dbObj, obj, ...)
## S4 method for signature 'JDBCDriver'
dbIsValid(dbObj, ...)
## S4 method for signature 'JDBCDriver'
show(object)
|
drv |
An object of class |
... |
Ignored. |
dbObj |
An object of class |
obj |
An R object whose SQL type we want to determine. |
object |
An object of class |
dbListConnections: JDBC maintains no list of active connections. Returns an empty list.
dbUnloadDriver: Unloading a JDBCDriver has no effect. Returns TRUE.
dbGetInfo: Returns a list with driver.version, client.version and max.connections.
dbGetDriver: returns the JDBCDriver object.
dbDataType: returns the DB data type as defined in the write_conversions.
dbIsValid: always TRUE.
show: Prints a short info about the driver.
Other connection functions: dbConnect,JDBCConnection-method,
dbConnect,JDBCDriver-method,
dbDisconnect,JDBCConnection-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.