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) |
mappublic 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>SQLExceptionprotected Short extractByName(ResultSet r, String name) throws SQLException
extractByName in class TypedMapper<Short>SQLExceptionCopyright © 2025. All rights reserved.