com.mysema.query.sql.types
Class IntegerType
java.lang.Object
com.mysema.query.sql.types.AbstractType<T>
com.mysema.query.sql.types.AbstractNumberType<Integer>
com.mysema.query.sql.types.IntegerType
- All Implemented Interfaces:
- Type<Integer>
public class IntegerType
- extends AbstractNumberType<Integer>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerType
public IntegerType()
IntegerType
public IntegerType(int type)
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.