public class ByteMapper extends TypedMapper<Byte>
| Modifier and Type | Field and Description |
|---|---|
static ByteMapper |
FIRST |
| Constructor and Description |
|---|
ByteMapper() |
ByteMapper(int index) |
ByteMapper(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Byte |
extractByIndex(ResultSet r,
int index) |
protected Byte |
extractByName(ResultSet r,
String name) |
mappublic static final ByteMapper FIRST
public ByteMapper()
public ByteMapper(int index)
public ByteMapper(String name)
protected Byte extractByIndex(ResultSet r, int index) throws SQLException
extractByIndex in class TypedMapper<Byte>SQLExceptionprotected Byte extractByName(ResultSet r, String name) throws SQLException
extractByName in class TypedMapper<Byte>SQLExceptionCopyright © 2025. All rights reserved.