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) |
map
public 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>
SQLException
protected Byte extractByName(ResultSet r, String name) throws SQLException
extractByName
in class TypedMapper<Byte>
SQLException
Copyright © 2023. All rights reserved.