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 SummaryConstructors Constructor Description OracleXAConnectionBuilderImpl()
 - 
Method Summary- 
Methods inherited from class oracle.jdbc.internal.AbstractConnectionBuilderaccessToken, build, copy, ensureMutableState, executorOracle, getAllowSingleShardTransaction, getExecutor, getGSSCredential, getHostnameResolver, getInstanceName, getPassword, getReadOnlyInstanceAllowed, getServiceName, getShardingKey, getSSLContext, getSuperShardingKey, getTokenSupplier, getUser, gssCredential, hostnameResolver, instanceName, password, password, readOnlyInstanceAllowed, serviceName, setImmutable, setTokenSupplier, shardingKey, shardingKey, singleShardTransactionSupport, sslContext, superShardingKey, superShardingKey, unconfigured, user, verifyBuildConfiguration
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface oracle.jdbc.OracleXAConnectionBuilderbuild, gssCredential, password, readOnlyInstanceAllowed, shardingKey, shardingKey, sslContext, superShardingKey, superShardingKey, user
 
- 
 
-