|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The subset of persistence methods that objects must implement to support update
Method Summary | |
java.lang.String |
getUpdateSQL()
Answers the SQL to use for updating an individual object in situ |
void |
populateUpdateStmt(java.sql.PreparedStatement stmt)
Populate the supplied statement with the values of the implementation object. |
void |
update(com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy)
Update an object in the database. |
Methods inherited from interface com.ebasetech.ufs.utility.PersistentLoadable |
getLoadSQL, populate, populate |
Methods inherited from interface com.ebasetech.ufs.utility.PersistentCommon |
bindKeys, getIdentifier, getTableName |
Method Detail |
public void populateUpdateStmt(java.sql.PreparedStatement stmt) throws java.sql.SQLException
stmt
- the prepared statement in which to place values
java.sql.SQLException
public void update(com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy) throws PersistenceException
PersistenceException
public java.lang.String getUpdateSQL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |