com.seag.qm
Class SmallintResultParameter

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

public class SmallintResultParameter
extends ResultParameter


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

SmallintResultParameter

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