com.mysema.query.sql.types
Class AbstractNumberType<T extends Number & Comparable<T>>

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<T>
      extended by com.mysema.query.sql.types.AbstractNumberType<T>
Type Parameters:
T -
All Implemented Interfaces:
Type<T>
Direct Known Subclasses:
ByteType, DoubleType, FloatType, IntegerType, LongType, ShortType

public abstract class AbstractNumberType<T extends Number & Comparable<T>>
extends AbstractType<T>

Author:
tiwe

Constructor Summary
AbstractNumberType(int type)
           
 
Method Summary
 T getValue(ResultSet rs, int startIndex)
           
 
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
 
Methods inherited from interface com.mysema.query.sql.types.Type
getReturnedClass, setValue
 

Constructor Detail

AbstractNumberType

public AbstractNumberType(int type)
Method Detail

getValue

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


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