public interface XSQLConnectionManager
In multithreaded environments, the implementation of XSQLConnectionManager must insure that an XSQLConnection instance returned by getConnection() is not used by another thread until it has been released by the XSQL Page Processor after the call to releaseConnection().
Modifier and Type | Method and Description |
---|---|
XSQLConnection |
getConnection(java.lang.String connName, XSQLPageRequest env) |
void |
releaseConnection(XSQLConnection theConn, XSQLPageRequest env) |
XSQLConnection getConnection(java.lang.String connName, XSQLPageRequest env) throws java.sql.SQLException
java.sql.SQLException
void releaseConnection(XSQLConnection theConn, XSQLPageRequest env)