com.seag.qm
Class VarcharResultParameter

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

public class VarcharResultParameter
extends ResultParameter


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

VarcharResultParameter

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