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 |
---|---|
UCPXAConnectionBuilder |
PoolXADataSource.createXAConnectionBuilder()
Creates a new XAConnectionBuilder instance.
|
UCPXAConnectionBuilder |
PoolXADataSourceImpl.createXAConnectionBuilder() |
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
|