Package oracle.jdbc.xa
Class OracleXAConnectionBuilderImpl
- java.lang.Object
-
- oracle.jdbc.internal.AbstractConnectionBuilder<OracleXAConnectionBuilderImpl,OracleXAConnection>
-
- oracle.jdbc.xa.OracleXAConnectionBuilderImpl
-
- All Implemented Interfaces:
XAConnectionBuilder
,OracleXAConnectionBuilder
public abstract class OracleXAConnectionBuilderImpl extends oracle.jdbc.internal.AbstractConnectionBuilder<OracleXAConnectionBuilderImpl,OracleXAConnection> implements OracleXAConnectionBuilder
Oracle Implementation class for Connection Builder
-
<section role="region">
-
Constructor Summary
Constructors Constructor Description OracleXAConnectionBuilderImpl()
-
Method Summary
-
Methods inherited from class oracle.jdbc.internal.AbstractConnectionBuilder
build, copy, ensureMutableState, executorOracle, getExecutor, getGSSCredential, getInstanceName, getPassword, getServiceName, getShardingKey, getSSLContext, getSuperShardingKey, getUser, gssCredential, instanceName, password, serviceName, setImmutable, shardingKey, shardingKey, sslContext, superShardingKey, superShardingKey, user
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface oracle.jdbc.OracleXAConnectionBuilder
build, gssCredential, password, shardingKey, shardingKey, sslContext, superShardingKey, superShardingKey, user
-
-