com.seag.qm
Class DateResultParameter

java.lang.Object
  |
  +--com.seag.qm.ResultParameter
        |
        +--com.seag.qm.DateResultParameter

public class DateResultParameter
extends ResultParameter


Constructor Summary
DateResultParameter()
          Creates new CharResultParameter
 
Method Summary
 java.lang.Object getSqlValue(java.sql.ResultSet rs, int pos)
          Returns the result (as an object)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateResultParameter

public DateResultParameter()
Creates new CharResultParameter
Method Detail

getSqlValue

public java.lang.Object getSqlValue(java.sql.ResultSet rs,
                                    int pos)
                             throws java.sql.SQLException
Returns the result (as an object)
Overrides:
getSqlValue in class ResultParameter
Parameters:
rs - ResultSet of the Query
pos - position within the ResultSet
Returns:
Object. The Result
Throws:
java.sql.SQLException - if method fails