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