public final class CharacterResultSetGetter extends Object implements org.simpleflatmapper.reflect.primitive.CharacterGetter<ResultSet>, org.simpleflatmapper.reflect.Getter<ResultSet,Character>
| Constructor and Description |
|---|
CharacterResultSetGetter(int column) |
| Modifier and Type | Method and Description |
|---|---|
Character |
get(ResultSet target) |
char |
getCharacter(ResultSet target) |
String |
toString() |
public char getCharacter(ResultSet target) throws SQLException
getCharacter in interface org.simpleflatmapper.reflect.primitive.CharacterGetter<ResultSet>SQLExceptionpublic Character get(ResultSet target) throws SQLException
get in interface org.simpleflatmapper.reflect.Getter<ResultSet,Character>SQLExceptionCopyright © 2018. All rights reserved.