public class ByteArraySerializer extends Serializer<byte[]>
ALL| Constructor and Description |
|---|
ByteArraySerializer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue() |
byte[] |
read(ResultSet rs,
int ordinal) |
void |
set(PreparedStatement ps,
int ordinal) |
find, getNamepublic byte[] read(ResultSet rs, int ordinal) throws SQLException
read in class Serializer<byte[]>SQLExceptionpublic byte[] getValue()
getValue in class Serializer<byte[]>public void set(PreparedStatement ps, int ordinal) throws SQLException
set in class Serializer<byte[]>SQLExceptionCopyright © 2024. All rights reserved.