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