public class FloatType extends AbstractType<Float>
FloatType maps Float to Float on the JDBC level| Modifier and Type | Method and Description |
|---|---|
Class<Float> |
getReturnedClass()
Get the returned type
|
Float |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
Float value)
Set the object to the statement
|
getLiteral, getSQLTypespublic Class<Float> getReturnedClass()
Typepublic Float getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic void setValue(PreparedStatement st, int startIndex, Float value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2020 Querydsl. All rights reserved.