|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DaoException | |
|---|---|
| oemware.core.dao | |
| Uses of DaoException in oemware.core.dao |
|---|
| Methods in oemware.core.dao that throw DaoException | |
|---|---|
static void |
DbTools.close(java.sql.ResultSet pResultSet,
java.sql.Statement pStatement)
Close the JDBC objects. |
protected void |
BaseDao.close(java.sql.ResultSet pResultSet,
java.sql.Statement pStatement)
Close the JDBC objects. |
static void |
DbTools.close(java.sql.ResultSet pResultSet,
java.sql.Statement pStatement,
java.sql.Connection pConnection)
Close the JDBC objects. |
protected void |
BaseDao.close(java.sql.ResultSet pResultSet,
java.sql.Statement pStatement,
java.sql.Connection pConnection)
Close the JDBC objects. |
static void |
DbTools.close(java.sql.Statement pStatement,
java.sql.Connection pConnection)
Close the JDBC objects. |
protected void |
BaseDao.close(java.sql.Statement pStatement,
java.sql.Connection pConnection)
Close the JDBC objects. |
protected void |
BaseDao.closeConnection()
Close the JDBC connection. |
static void |
DbTools.closeConnection(java.sql.Connection pConnection)
Close the connection. |
protected void |
BaseDao.closeConnection(java.sql.Connection pConnection)
Close the JDBC connection. |
static void |
DbTools.closeResultSet(java.sql.ResultSet pResultSet)
Close the result set. |
protected void |
BaseDao.closeResultSet(java.sql.ResultSet pResultSet)
Close the result set. |
static void |
DbTools.closeStatement(java.sql.Statement pStatement)
Close the statement. |
protected void |
BaseDao.closeStatement(java.sql.Statement pStatement)
Close the statement. |
protected java.sql.Connection |
BaseDao.getConnection()
Returns a connection from the data source. |
static java.sql.Connection |
DbTools.getConnection(java.lang.String pUsername,
java.lang.String pPassword,
java.lang.String pUrl,
java.lang.String pDriver)
Create a new db connection. |
protected java.sql.Connection |
BaseDao.getConnection(java.lang.String pUsername,
java.lang.String pPassword,
java.lang.String pUrl,
java.lang.String pDriver)
Returns a connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||