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