com.mysema.query.sql.types
Class IntegerType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<T>
      extended by com.mysema.query.sql.types.AbstractNumberType<Integer>
          extended by com.mysema.query.sql.types.IntegerType
All Implemented Interfaces:
Type<Integer>

public class IntegerType
extends AbstractNumberType<Integer>

Author:
tiwe

Constructor Summary
IntegerType()
           
IntegerType(int type)
           
 
Method Summary
 Class<Integer> getReturnedClass()
           
 void setValue(PreparedStatement st, int startIndex, Integer value)
           
 
Methods inherited from class com.mysema.query.sql.types.AbstractNumberType
getValue
 
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

IntegerType

public IntegerType()

IntegerType

public IntegerType(int type)
Method Detail

getReturnedClass

public Class<Integer> getReturnedClass()

setValue

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


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