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