setDBOpt {rquery} | R Documentation |
Set a database connection option.
Description
If db is of class rquery_db_info it sets the appropriate connection option, not the global state.
Usage
setDBOpt(db, optname, val)
Arguments
db |
rquery_db_info instance |
optname |
character, single option name. |
val |
value to set |
Value
db
[Package rquery version 1.4.99 Index]