com.mysema.query.sql.types
Class BigDecimalAsDoubleType

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

public class BigDecimalAsDoubleType
extends AbstractType<BigDecimal>

Author:
tiwe

Constructor Summary
BigDecimalAsDoubleType()
           
BigDecimalAsDoubleType(int type)
           
 
Method Summary
 Class<BigDecimal> getReturnedClass()
           
 BigDecimal getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, BigDecimal 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

BigDecimalAsDoubleType

public BigDecimalAsDoubleType()

BigDecimalAsDoubleType

public BigDecimalAsDoubleType(int type)
Method Detail

getValue

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

getReturnedClass

public Class<BigDecimal> getReturnedClass()

setValue

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


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