org.mariadb.jdbc
Class MariaXaConnection

java.lang.Object
  extended by org.mariadb.jdbc.MariaDbPooledConnection
      extended by org.mariadb.jdbc.MariaXaConnection
All Implemented Interfaces:
PooledConnection, XAConnection

public class MariaXaConnection
extends MariaDbPooledConnection
implements XAConnection


Constructor Summary
MariaXaConnection(MariaDbConnection connection)
           
 
Method Summary
 XAResource getXAResource()
           
 
Methods inherited from class org.mariadb.jdbc.MariaDbPooledConnection
addConnectionEventListener, addStatementEventListener, close, fireConnectionClosed, fireConnectionErrorOccured, fireStatementClosed, fireStatementErrorOccured, getConnection, removeConnectionEventListener, removeStatementEventListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.sql.PooledConnection
addConnectionEventListener, addStatementEventListener, close, getConnection, removeConnectionEventListener, removeStatementEventListener
 

Constructor Detail

MariaXaConnection

public MariaXaConnection(MariaDbConnection connection)
Method Detail

getXAResource

public XAResource getXAResource()
                         throws SQLException
Specified by:
getXAResource in interface XAConnection
Throws:
SQLException


Copyright © 2017. All rights reserved.