com.seag.qm
Class CharResultParameter

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

public class CharResultParameter
extends ResultParameter


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

CharResultParameter

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