|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.db.DBUtility
Convenience utilty methods.
| Method Summary | |
static void |
setInputFields(Container container,
java.sql.ResultSet rs)
Convenience method to assign result set values to Input fields where the name attribute of the Input field matches the column name in the result set. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void setInputFields(Container container,
java.sql.ResultSet rs)
throws java.sql.SQLException
container - the Container sub-class which contains the Input
fields. It is most effecient to pass in the lowest level
container possible (i.e. the Form instance) rather than the Paje
instance.rs - the ResultSet containing the values.
java.sql.SQLException - if an error occurs whilst accessing the database.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||