com.seag.qm
Class ResultParameter

java.lang.Object
  |
  +--com.seag.qm.ResultParameter
Direct Known Subclasses:
CharResultParameter, DateResultParameter, DecimalResultParameter, IntegerResultParameter, SmallintResultParameter, TimeResultParameter, TimestampResultParameter, VarcharResultParameter

public abstract class ResultParameter
extends java.lang.Object


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

ResultParameter

public ResultParameter()
Creates new ResultParameter
Method Detail

getSqlValue

public abstract java.lang.Object getSqlValue(java.sql.ResultSet rs,
                                             int pos)
                                      throws java.sql.SQLException
Returns the value in the ResultSet at the specified position
Parameters:
rs - Query ResultSet
pos - Position of the result in the ResultSet
Returns:
Object result