|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlDao
Simple interface for Data Access Objects that are based on JDBC connection objects.
| Method Summary | |
|---|---|
Connection |
getConnection()
Set the JDBC connection object to be used by the DAO. |
void |
setConnection(Connection conn)
Retrieve the JDBC connection object that is currently associated with this DAO. |
| Method Detail |
|---|
Connection getConnection()
void setConnection(Connection conn)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||