com.mysema.query.sql.types
Class CharacterType

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

public class CharacterType
extends Object
implements Type<Character>

Author:
tiwe

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

Constructor Detail

CharacterType

public CharacterType()
Method Detail

getValue

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

getReturnedClass

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

setValue

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

getSQLTypes

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


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