|
||||||||||
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 load
Method Summary | |
java.lang.String |
getIdentifier()
Answers a sensible identifier for use in error messages for this query |
java.lang.String |
getQuerySQL()
Answer the query SQL to be executed |
void |
processResultRow(java.sql.ResultSet rs,
com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy)
Do something useful with the current row of the resultant ResultSet |
void |
setStatementParams(int i,
java.sql.PreparedStatement stmt)
Set the values of the ? params in the prepared statement |
Method Detail |
public java.lang.String getQuerySQL()
public void setStatementParams(int i, java.sql.PreparedStatement stmt) throws java.sql.SQLException
java.sql.SQLException
public void processResultRow(java.sql.ResultSet rs, com.ebasetech.ufs.kernel.IUFSServletContextProxy proxy) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |