|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides an unified access to the JDBC connections.
Method Summary | |
Connection |
getConnection()
Returns a JDBC connection. |
void |
shutdown()
Shuts down the connection provider releasing all resources. |
void |
testConnection()
Tests a connection. |
Method Detail |
public Connection getConnection() throws SQLException
SQLException
- if connection cannot be obtained.public void testConnection() throws SQLException
SQLException
- if connection could not be tested.public void shutdown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |