UCPXAConnectionBuilder |
UCPXAConnectionBuilder.connectionWaitDuration(java.time.Duration duration) |
Set connection wait timeout (in java.time.Duration ) for this connection builder particularly.
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.connectionWaitTimeout(int timeout) |
Deprecated.
|
UCPXAConnectionBuilder |
PoolXADataSource.createXAConnectionBuilder() |
Creates a new XAConnectionBuilder instance.
|
UCPXAConnectionBuilder |
PoolXADataSourceImpl.createXAConnectionBuilder() |
|
default UCPXAConnectionBuilder |
UCPXAConnectionBuilder.executor(java.util.concurrent.Executor executor) |
Submits an executor to be used in the asynchronous builder's operations.
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.labels(java.util.Properties labels) |
Sets the labels attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.password(java.lang.String password) |
Sets the password attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.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.
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.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
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.serviceName(java.lang.String serviceName) |
Sets the service name attribute on the builder
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.shardingKey(oracle.jdbc.OracleShardingKey shardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.superShardingKey(oracle.jdbc.OracleShardingKey superShardingKey) |
|
UCPXAConnectionBuilder |
UCPXAConnectionBuilder.user(java.lang.String user) |
Sets the user attribute on the builder
|