sjdbc
package functions.
sjdbcOptions(...)
name=value
form.
See the VALUE and SIDE EFFECTS sections for more information.
sjdbcOptions
function always returns a list, even if the list is of length 1.
sjdbcOptions
returns a list of current values for all options.
sjdbcOptions
returns a list of current values
for the options named in the character vector.
sjdbcOptions
.
name=value
form,
sjdbcOptions
changes the values of the
specified options and returns a list of the option values before they were modified.
normal-bracket28bracket-normal
# set a single option sjdbcOptions(driverClass="COM.ibm.db2.jdbc.net.DB2Driver") # set multiple options sjdbcOptions(driverClass="COM.ibm.db2.jdbc.net.DB2Driver", con="jdbc:db2://qadb1:6789/QATESTDB", user="testqa", password="testqa")