com.mysema.query.sql.types
Class CharacterType

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

public class CharacterType
extends AbstractType<Character>

Author:
tiwe

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

Constructor Detail

CharacterType

public CharacterType()

CharacterType

public CharacterType(int type)
Method Detail

getValue

public Character getValue(ResultSet rs,
                          int startIndex)
                   throws SQLException
Throws:
SQLException

getReturnedClass

public Class<Character> getReturnedClass()

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Character value)
              throws SQLException
Throws:
SQLException


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