com.mysema.query.sql.types
Class BigDecimalType

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

public class BigDecimalType
extends Object
implements Type<BigDecimal>

Author:
tiwe

Constructor Summary
BigDecimalType()
           
 
Method Summary
 Class<BigDecimal> getReturnedClass()
           
 int[] getSQLTypes()
           
 BigDecimal getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, BigDecimal value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalType

public BigDecimalType()
Method Detail

getValue

public BigDecimal getValue(ResultSet rs,
                           int startIndex)
                    throws SQLException
Specified by:
getValue in interface Type<BigDecimal>
Throws:
SQLException

getReturnedClass

public Class<BigDecimal> getReturnedClass()
Specified by:
getReturnedClass in interface Type<BigDecimal>

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     BigDecimal value)
              throws SQLException
Specified by:
setValue in interface Type<BigDecimal>
Throws:
SQLException

getSQLTypes

public int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<BigDecimal>


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