| 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 | Class | Description |
|---|---|---|
class |
UCPConnectionBuilderImpl |
UCP Connection Builder class for building connection objects with
additional parameters other than just the username, password and labels.
|
| Modifier and Type | Method | Description |
|---|---|---|
UCPConnectionBuilder |
PoolDataSource.createConnectionBuilder() |
Creates a new UCPConnectionBuilder instance.
|
UCPConnectionBuilder |
PoolDataSourceImpl.createConnectionBuilder() |
|
UCPConnectionBuilder |
UCPConnectionBuilder.labels(Properties labels) |
Sets the labels attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.labels(Properties labels) |
Sets the labels attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.password(String password) |
Sets the password attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.password(String password) |
Sets the password attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.pdbRoles(Properties pdbRoles) |
Sets the PDB roles to be set on the connection from the pool in connection
repurposing case for a multitenant database.
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.pdbRoles(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,
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 |
UCPConnectionBuilderImpl.proxyProperties(int proxyType,
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(String serviceName) |
Sets the service name attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.serviceName(String serviceName) |
Sets the service name attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
|
UCPConnectionBuilder |
UCPConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
|
UCPConnectionBuilder |
UCPConnectionBuilder.user(String user) |
Sets the user attribute on the builder
|
UCPConnectionBuilder |
UCPConnectionBuilderImpl.user(String user) |
Sets the user attribute on the builder
|
Copyright © 2008, 2017, Oracle. All rights reserved.