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