setDBOption {rquery} | R Documentation |
Set a database connection option.
Description
Note: we are moving away from global options to options in the DB handle.
Prefer setDBOpt
.
Usage
setDBOption(db, optname, val)
Arguments
db |
database connection handle. |
optname |
character, single option name. |
val |
value to set |
Value
original options value
[Package rquery version 1.4.99 Index]