com.mysema.query.sql.types
Class DoubleType

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

public class DoubleType
extends AbstractNumberType<Double>

Author:
tiwe

Constructor Summary
DoubleType()
           
 
Method Summary
 Class<Double> getReturnedClass()
           
 int[] getSQLTypes()
           
 void setValue(PreparedStatement st, int startIndex, Double 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

DoubleType

public DoubleType()
Method Detail

getReturnedClass

public Class<Double> getReturnedClass()

setValue

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

getSQLTypes

public int[] getSQLTypes()


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