public interface ConnectionModifier
| Modifier and Type | Method and Description |
|---|---|
XAConnection |
getConnection(XAConnection conn)
Return a new connection.
|
String |
initialise(String dbName)
Initialise the modifier.
|
void |
setIsolationLevel(Connection conn,
int level) |
boolean |
supportsMultipleConnections()
Does their JDBC driver support multiple connections in a single transaction?
|
String initialise(String dbName)
XAConnection getConnection(XAConnection conn) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionboolean supportsMultipleConnections()
throws SQLException,
NotImplementedException
SQLExceptionNotImplementedExceptionvoid setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.