|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ConnectionDef interface defines methods to retrieve and release java.sql.Connection object.
Method Summary | |
java.sql.Connection |
getConnection()
Returns the connection. |
void |
releaseConnection(java.sql.Connection con)
Releases the connection specified. |
Method Detail |
public java.sql.Connection getConnection()
public void releaseConnection(java.sql.Connection con)
con
- the connection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |