public static class JDBCValueMappings.DefaultStringValueReaderWriter<JALO> extends JDBCValueMappings.AbstractValueReaderWriter<JALO,String>
| Constructor and Description |
|---|
DefaultStringValueReaderWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
readValue(ResultSet rs,
int idx) |
protected String |
readValue(ResultSet rs,
String fieldName) |
protected void |
writeValue(PreparedStatement stmt,
int fieldIndex,
String value) |
convertValueToJava, convertValueToSQL, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getValue, getValue, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setValue, toStringprotected final String readValue(ResultSet rs, String fieldName) throws SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,String>SQLExceptionprotected final String readValue(ResultSet rs, int idx) throws SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,String>SQLExceptionprotected final void writeValue(PreparedStatement stmt, int fieldIndex, String value) throws SQLException
writeValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,String>SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.