public static class JDBCValueMappings.DefaultStringValueReaderWriter<JALO> extends JDBCValueMappings.AbstractValueReaderWriter<JALO,java.lang.String>
| Constructor and Description |
|---|
DefaultStringValueReaderWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
readValue(java.sql.ResultSet rs,
int idx) |
protected java.lang.String |
readValue(java.sql.ResultSet rs,
java.lang.String fieldName) |
protected void |
writeValue(java.sql.PreparedStatement stmt,
int fieldIndex,
java.lang.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 java.lang.String readValue(java.sql.ResultSet rs,
java.lang.String fieldName)
throws java.sql.SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,java.lang.String>java.sql.SQLExceptionprotected final java.lang.String readValue(java.sql.ResultSet rs,
int idx)
throws java.sql.SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,java.lang.String>java.sql.SQLExceptionprotected final void writeValue(java.sql.PreparedStatement stmt,
int fieldIndex,
java.lang.String value)
throws java.sql.SQLException
writeValue in class JDBCValueMappings.AbstractValueReaderWriter<JALO,java.lang.String>java.sql.SQLExceptionCopyright © 2018 SAP SE. All Rights Reserved.