Package | Description |
---|---|
oracle.ucp.jdbc |
Includes various interfaces and classes used by applications to work with JDBC connections and a connection pool.
|
Modifier and Type | Method and Description |
---|---|
UCPConnectionBuilder |
PoolDataSource.createConnectionBuilder()
Creates a new UCPConnectionBuilder instance.
|
UCPConnectionBuilder |
PoolDataSourceImpl.createConnectionBuilder() |
UCPConnectionBuilder |
UCPConnectionBuilder.labels(java.util.Properties labels)
Sets the labels attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.password(java.lang.String password)
Sets the password attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.pdbRoles(java.util.Properties pdbRoles)
Sets the PDB roles to be set on the connection from the pool in connection repurposing case for a multitenant database.
|
UCPConnectionBuilder |
UCPConnectionBuilder.proxyProperties(int proxyType, java.util.Properties proxyProperties)
Sets the proxy properties on the builder that is used to create proxy session of the particular type as specified by the parameter proxyType
|
UCPConnectionBuilder |
UCPConnectionBuilder.serviceName(java.lang.String serviceName)
Sets the service name attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.shardingKey(oracle.jdbc.OracleShardingKey shardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilder.superShardingKey(oracle.jdbc.OracleShardingKey superShardingKey) |
UCPConnectionBuilder |
UCPConnectionBuilder.user(java.lang.String user)
Sets the user attribute on the builder
|