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
SQLException
NotImplementedException
boolean supportsMultipleConnections() throws SQLException, NotImplementedException
SQLException
NotImplementedException
void setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLException
NotImplementedException
Copyright © 2013. All rights reserved.