|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.seag.qm.ResultParameter
Constructor Summary | |
ResultParameter()
Creates new ResultParameter |
Method Summary | |
abstract java.lang.Object |
getSqlValue(java.sql.ResultSet rs,
int pos)
Returns the value in the ResultSet at the specified position |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResultParameter()
Method Detail |
public abstract java.lang.Object getSqlValue(java.sql.ResultSet rs, int pos) throws java.sql.SQLException
rs
- Query ResultSetpos
- Position of the result in the ResultSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |