public class DoubleType extends AbstractType<Double>
DoubleType
maps Double to Double on the JDBC levelConstructor and Description |
---|
DoubleType() |
DoubleType(int type) |
Modifier and Type | Method and Description |
---|---|
Class<Double> |
getReturnedClass()
Get the returned type
|
Double |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
Double value)
Set the object to the statement
|
getLiteral, getSQLTypes
public Class<Double> getReturnedClass()
Type
public Double getValue(ResultSet rs, int startIndex) throws SQLException
Type
rs
- result setstartIndex
- column index in result setSQLException
public void setValue(PreparedStatement st, int startIndex, Double value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.