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