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
-
-
Constructor Summary
Constructors Constructor Description OracleXAConnectionBuilderImpl()
-
Method Summary
-
Methods inherited from class oracle.jdbc.internal.AbstractConnectionBuilder
build, copy, ensureMutableState, executorOracle, getAllowSingleShardTransaction, getExecutor, getGSSCredential, getInstanceName, getPassword, getReadOnlyInstanceAllowed, getServiceName, getShardingKey, getSSLContext, getSuperShardingKey, getUser, gssCredential, instanceName, password, password, readOnlyInstanceAllowed, serviceName, setImmutable, shardingKey, shardingKey, singleShardTransactionSupport, 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, readOnlyInstanceAllowed, shardingKey, shardingKey, sslContext, superShardingKey, superShardingKey, user
-
-