✓
public abstract interface XADataSource
extends javax.sql.CommonDataSource
Methods
- ✓public default javax.sql.XAConnectionBuilder createXAConnectionBuilder() throws java.sql.SQLException
- ✓public abstract java.io.PrintWriter getLogWriter() throws java.sql.SQLException
- ✓public abstract int getLoginTimeout() throws java.sql.SQLException
- ✓public abstract javax.sql.XAConnection getXAConnection() throws java.sql.SQLException
- ✓public abstract javax.sql.XAConnection getXAConnection(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract void setLogWriter(java.io.PrintWriter arg0) throws java.sql.SQLException
- ✓public abstract void setLoginTimeout(int arg0) throws java.sql.SQLException