|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A connection factory will retrieve or create the necessary java.sql.Connection for communication with the database.
| Method Summary | |
java.sql.Connection |
checkConnection(RDBConnection jgrinderConnection)
Create or retrieve the connection to use for accessing the database. |
void |
freeConnection(RDBConnection jgrinderConnection,
java.sql.Connection connection)
Release the connection back into the wild. |
| Method Detail |
public java.sql.Connection checkConnection(RDBConnection jgrinderConnection)
throws java.sql.SQLException
jgrinderConnection -
java.sql.SQLException
public void freeConnection(RDBConnection jgrinderConnection,
java.sql.Connection connection)
jgrinderConnection - connection -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||