dbUnloadDriver,MySQLDriver-method {RMySQL} | R Documentation |
Unload MySQL driver.
Description
Unload MySQL driver.
Usage
## S4 method for signature 'MySQLDriver'
dbUnloadDriver(drv, ...)
Arguments
drv |
Object created by |
... |
Ignored. Needed for compatibility with generic. |
Value
A logical indicating whether the operation succeeded or not.
[Package RMySQL version 0.10.27 Index]