JDBCConnectionOptions
(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 Version History.
Description
The JDBCConnectionOptions
object enables you to configure a JDBC
data source and set JDBC connection options.
Creation
Create a JDBCConnectionOptions
object with the configureJDBCDataSource
function.
Properties
Object Functions
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 |