public interface SqlDao
| Modifier and Type | Method and Description |
|---|---|
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.
|
Connection getConnection()
void setConnection(Connection conn) throws SQLException
SQLExceptionCopyright © 2014. All rights reserved.