public interface OracleXADataSource extends OracleConnectionPoolDataSource, OracleXADataSource
CONNECTION_PROPERTIES, DATA_SOURCE_NAME, DATABASE_NAME, DESCRIPTION, EXPLICIT_CACHING_ENABLED, IMPLICIT_CACHING_ENABLED, MAX_STATEMENTS, NETWORK_PROTOCOL, PASSWORD, PORT_NUMBER, ROLE_NAME, SERVER_NAME, URL, USER| Modifier and Type | Method and Description |
|---|---|
javax.sql.XAConnection |
getXAConnection()
Attempts to establish a database connection that can be used
in a distributed transaction.
|
javax.sql.XAConnection |
getXAConnection(java.lang.String user,
java.lang.String passwd)
Attempts to establish a database connection that can be used
in a distributed transaction.
|
getPooledConnection, getPooledConnectionclearReplayStatistics, getConnectionInitializationCallback, getExplicitCachingEnabled, getImplicitCachingEnabled, getMaxStatements, getReplayStatistics, getRoleName, registerConnectionInitializationCallback, setExplicitCachingEnabled, setImplicitCachingEnabled, setMaxStatements, setRoleName, unregisterConnectionInitializationCallbackcreateConnectionBuilder, setExecutorServicecreateShardingKeyBuilder, getConnectionProperties, getConnectionProperty, getDatabaseName, getDataSourceName, getDescription, getNetworkProtocol, getPortNumber, getServerName, getURL, getUser, setConnectionProperties, setConnectionProperty, setDatabaseName, setDataSourceName, setDescription, setHostnameResolver, setNetworkProtocol, setPassword, setPortNumber, setServerName, setSingleShardTransactionSupport, setSSLContext, setTokenSupplier, setURL, setUsergetLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWritercreatePooledConnectionBuildercreateXAConnectionBuilderjavax.sql.XAConnection getXAConnection()
throws java.sql.SQLException
getXAConnection in interface javax.sql.XADataSourcejava.sql.SQLException - if a database-access error occurs.javax.sql.XAConnection getXAConnection(java.lang.String user,
java.lang.String passwd)
throws java.sql.SQLException
getXAConnection in interface javax.sql.XADataSourceuser - The database user on whose behalf the Connection is
being made.passwd - The user's passwordjava.sql.SQLException - if a database-access error occurs.