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