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