|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionPool
The IConnectionPool
is an interface to allow simple custom connection pool implementations.
DBAccess
Method Summary | |
---|---|
java.sql.Connection |
getConnection()
Gets a connection from the pool. |
void |
releaseConnection(java.sql.Connection pConnection)
Gets a connection from the pool. |
Method Detail |
---|
java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLException
- if connection is not availablevoid releaseConnection(java.sql.Connection pConnection)
pConnection
- the jdbc connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |