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