public class IntegerSerializer extends Serializer<Integer>
ALL| Constructor and Description |
|---|
IntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
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<Integer>SQLExceptionpublic Integer getValue()
getValue in class Serializer<Integer>public void set(PreparedStatement ps, int ordinal) throws SQLException
set in class Serializer<Integer>SQLExceptionCopyright © 2024. All rights reserved.