| 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 |
UCPXAConnectionBuilderImpl |
| Modifier and Type | Method | Description |
|---|---|---|
UCPXAConnectionBuilder |
PoolXADataSource.createXAConnectionBuilder() |
Creates a new XAConnectionBuilder instance.
|
UCPXAConnectionBuilder |
PoolXADataSourceImpl.createXAConnectionBuilder() |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.labels(Properties labels) |
Sets the labels attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.labels(Properties labels) |
Sets the labels attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.password(String password) |
Sets the password attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.password(String password) |
Sets the password attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.pdbRoles(Properties pdbRoles) |
Sets the PDB roles to be set on the connection from the pool in connection
repurposing case for a multitenant database.
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.pdbRoles(Properties pdbRoles) |
Sets the PDB roles to be set on the connection from the pool in connection
repurposing case for a multitenant database.
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.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
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.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
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.serviceName(String serviceName) |
Sets the service name attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.serviceName(String serviceName) |
Sets the service name attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.shardingKey(OracleShardingKey shardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.shardingKey(OracleShardingKey shardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.superShardingKey(OracleShardingKey superShardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.superShardingKey(OracleShardingKey superShardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.user(String user) |
Sets the user attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilderImpl.user(String user) |
Sets the user attribute on the builder
|
Copyright © 2008, 2017, Oracle. All rights reserved.