com.mysema.query.sql.types
Class FloatType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractNumberType<Float>
      extended by com.mysema.query.sql.types.FloatType
All Implemented Interfaces:
Type<Float>

public class FloatType
extends AbstractNumberType<Float>

Author:
tiwe

Constructor Summary
FloatType()
           
 
Method Summary
 Class<Float> getReturnedClass()
           
 int[] getSQLTypes()
           
 void setValue(PreparedStatement st, int startIndex, Float value)
           
 
Methods inherited from class com.mysema.query.sql.types.AbstractNumberType
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatType

public FloatType()
Method Detail

getReturnedClass

public Class<Float> getReturnedClass()

setValue

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

getSQLTypes

public int[] getSQLTypes()


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