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 -
Method Summary
Methods inherited from class oracle.jdbc.internal.AbstractConnectionBuilder
accessToken, build, copy, ensureMutableState, executorOracle, getAllowSingleShardTransaction, getExecutor, getGSSCredential, getHostnameResolver, getInstanceName, getPassword, getPreferredInstanceName, getRadiusChallengeResponseHandler, getReadOnlyInstanceAllowed, getServiceName, getShardingKey, getSSLContext, getSuperShardingKey, getTokenSupplier, getTraceEventListener, getUser, gssCredential, hostnameResolver, instanceName, password, password, preferredInstanceName, radiusChallengeResponseHandler, readOnlyInstanceAllowed, serviceName, setImmutable, setTokenSupplier, shardingKey, shardingKey, singleShardTransactionSupport, sslContext, superShardingKey, superShardingKey, traceEventListener, unconfigured, user, verifyBuildConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.jdbc.OracleXAConnectionBuilder
build, gssCredential, password, readOnlyInstanceAllowed, shardingKey, shardingKey, sslContext, superShardingKey, superShardingKey, user
-
Constructor Details
-
OracleXAConnectionBuilderImpl
public OracleXAConnectionBuilderImpl()
-