|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbResult | |
|---|---|
| org.javaWebGen.data | |
| Uses of DbResult in org.javaWebGen.data |
|---|
| Methods in org.javaWebGen.data that return DbResult | |
|---|---|
DbResult |
DAO.runQuery(java.sql.Connection con,
java.lang.String sql)
runs a SQL statemnt returning the resultes in a DbResult object The calling object is responsible for handling the connection to the data base. |
DbResult |
DAO.runQuery(java.sql.Connection con,
java.lang.String sql,
java.lang.Object[] parms)
runs an SQL statemnt returning the results in a DbResult object calling object should use this method. |
DbResult |
DAO.runQuery(java.lang.String sql)
runs an SQL statement returning the results in a DbResult object data base. |
DbResult |
DAO.runQuery(java.lang.String sql,
java.lang.Object[] parms)
runs an SQL statement returning the results in a DbResult object calling objects should use this method |
DbResult |
ReportDAO.runSQL(java.lang.String sql)
returns an DBResult based on a database query |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||