public class ShortMapper extends TypedMapper<Short>
Modifier and Type | Field and Description |
---|---|
static ShortMapper |
FIRST |
Constructor and Description |
---|
ShortMapper() |
ShortMapper(int index) |
ShortMapper(String name) |
Modifier and Type | Method and Description |
---|---|
protected Short |
extractByIndex(ResultSet r,
int index) |
protected Short |
extractByName(ResultSet r,
String name) |
map
public static final ShortMapper FIRST
public ShortMapper()
public ShortMapper(int index)
public ShortMapper(String name)
protected Short extractByIndex(ResultSet r, int index) throws SQLException
extractByIndex
in class TypedMapper<Short>
SQLException
protected Short extractByName(ResultSet r, String name) throws SQLException
extractByName
in class TypedMapper<Short>
SQLException
Copyright © 2023. All rights reserved.