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