org.shiftone.exq.impl.jdbc.get
Class StringResultSetGetter

java.lang.Object
  extended byorg.shiftone.exq.impl.jdbc.get.ResultSetGetter
      extended byorg.shiftone.exq.impl.jdbc.get.StringResultSetGetter

public class StringResultSetGetter
extends ResultSetGetter

Class StringResultSetGetter

Author:
Jeff Drost

Constructor Summary
StringResultSetGetter()
           
 
Method Summary
 java.lang.Object getFromResultSet(java.sql.ResultSet rs, int column)
          Method getFromResultSet
 java.lang.Class getReturnType()
          Method getReturnType
 
Methods inherited from class org.shiftone.exq.impl.jdbc.get.ResultSetGetter
getResultSetGetter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResultSetGetter

public StringResultSetGetter()
Method Detail

getFromResultSet

public java.lang.Object getFromResultSet(java.sql.ResultSet rs,
                                         int column)
                                  throws java.sql.SQLException
Method getFromResultSet

Specified by:
getFromResultSet in class ResultSetGetter
Parameters:
rs -
column -
Throws:
java.sql.SQLException

getReturnType

public java.lang.Class getReturnType()
Method getReturnType

Specified by:
getReturnType in class ResultSetGetter