(To be removed) Define JDBC connection options for database
The JDBCConnectionOptions
object will be removed in a future release.
Use the SQLConnectionOptions
object instead. For details, see Compatibility Considerations.
The JDBCConnectionOptions
object enables you to configure a JDBC
data source and set JDBC connection options.
Create a JDBCConnectionOptions
object with the configureJDBCDataSource
function.
setConnectionOptions | (To be removed) Set JDBC connection options |
addConnectionOptions | (To be removed) Add JDBC driver-specific connection options |
rmConnectionOptions | (To be removed) Remove JDBC driver-specific connection options |
testConnection | (To be removed) Test JDBC data source connection |
saveAsJDBCDataSource | (To be removed) Save JDBC data source |