Package oracle.jdbc.datasource
Interface OracleXADataSource
- All Superinterfaces:
CommonDataSource,OracleCommonDataSource,XADataSource
- All Known Subinterfaces:
OracleXADataSource
- All Known Implementing Classes:
OracleXADataSource,OracleXADataSource,OracleXADataSourceImpl
This interface defines the Oracle extensions to the standard JDBC interface
XADataSource.- Since:
- 12.2
-
Method Summary
Modifier and TypeMethodDescriptionCreates a newOracleXAConnectionBuilderinstanceMethods inherited from interface javax.sql.CommonDataSource
getParentLoggerMethods inherited from interface oracle.jdbc.datasource.OracleCommonDataSource
createShardingKeyBuilder, getConnectionProperties, getConnectionProperty, getDatabaseName, getDataSourceName, getDescription, getExplicitCachingEnabled, getImplicitCachingEnabled, getMaxStatements, getNetworkProtocol, getPortNumber, getRoleName, getServerName, getURL, getUser, setConnectionProperties, setConnectionProperty, setDatabaseName, setDataSourceName, setDescription, setExplicitCachingEnabled, setHostnameResolver, setImplicitCachingEnabled, setMaxStatements, setNetworkProtocol, setPassword, setPortNumber, setRoleName, setServerName, setSingleShardTransactionSupport, setSSLContext, setTokenSupplier, setURL, setUserMethods inherited from interface javax.sql.XADataSource
getLoginTimeout, getLogWriter, getXAConnection, getXAConnection, setLoginTimeout, setLogWriter
-
Method Details
-
createXAConnectionBuilder
Creates a newOracleXAConnectionBuilderinstance- Specified by:
createXAConnectionBuilderin interfaceXADataSource- Returns:
- The
OracleXAConnectionBuilderinstance that was created - Throws:
SQLException- if an error occurs creating the builder
-