public class IntegerType extends AbstractNumberType<Integer>
| Constructor and Description |
|---|
IntegerType() |
IntegerType(int type) |
| Modifier and Type | Method and Description |
|---|---|
Class<Integer> |
getReturnedClass()
Get the returned type
|
void |
setValue(PreparedStatement st,
int startIndex,
Integer value)
Set the object to the statement
|
getValuegetLiteral, getSQLTypespublic Class<Integer> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, Integer value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2014 Mysema Ltd. All rights reserved.