public class ByteArrayMapper extends TypedMapper<byte[]>
Modifier and Type | Field and Description |
---|---|
static ByteArrayMapper |
FIRST |
Constructor and Description |
---|
ByteArrayMapper() |
ByteArrayMapper(int index) |
ByteArrayMapper(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 ByteArrayMapper FIRST
public ByteArrayMapper()
public ByteArrayMapper(int index)
public ByteArrayMapper(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.