com.mysema.query.sql.types
Class DoubleType
java.lang.Object
com.mysema.query.sql.types.AbstractType<T>
com.mysema.query.sql.types.AbstractNumberType<Double>
com.mysema.query.sql.types.DoubleType
- All Implemented Interfaces:
- Type<Double>
public class DoubleType
- extends AbstractNumberType<Double>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleType
public DoubleType()
DoubleType
public DoubleType(int type)
getReturnedClass
public Class<Double> getReturnedClass()
setValue
public void setValue(PreparedStatement st,
int startIndex,
Double value)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.