com.mysema.query.sql.types
Class ClobType

java.lang.Object
  extended by com.mysema.query.sql.types.ClobType
All Implemented Interfaces:
Type<Clob>

public class ClobType
extends Object
implements Type<Clob>

Author:
tiwe

Constructor Summary
ClobType()
           
 
Method Summary
 Class<Clob> getReturnedClass()
           
 int[] getSQLTypes()
           
 Clob getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, Clob value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClobType

public ClobType()
Method Detail

getValue

public Clob getValue(ResultSet rs,
                     int startIndex)
              throws SQLException
Specified by:
getValue in interface Type<Clob>
Throws:
SQLException

getReturnedClass

public Class<Clob> getReturnedClass()
Specified by:
getReturnedClass in interface Type<Clob>

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Clob value)
              throws SQLException
Specified by:
setValue in interface Type<Clob>
Throws:
SQLException

getSQLTypes

public int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<Clob>


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.