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

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

public class ClobResultSetGetter
extends ResultSetGetter


Constructor Summary
ClobResultSetGetter()
           
 
Method Summary
 java.lang.Object getFromResultSet(java.sql.ResultSet rs, int column)
          Method getFromResultSet gets an object from a specifed column in a result set
 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

ClobResultSetGetter

public ClobResultSetGetter()
Method Detail

getFromResultSet

public java.lang.Object getFromResultSet(java.sql.ResultSet rs,
                                         int column)
                                  throws java.sql.SQLException
Description copied from class: ResultSetGetter
Method getFromResultSet gets an object from a specifed column in a result set

Specified by:
getFromResultSet in class ResultSetGetter
Parameters:
rs - a result set that the current row is valid (next has been called once)
column - index
Throws:
java.sql.SQLException

getReturnType

public java.lang.Class getReturnType()
Description copied from class: ResultSetGetter
Method getReturnType

Specified by:
getReturnType in class ResultSetGetter