com.seag.qm
Class TimestampResultParameter

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

public class TimestampResultParameter
extends ResultParameter


Constructor Summary
TimestampResultParameter()
          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

TimestampResultParameter

public TimestampResultParameter()
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