public static class JDBCValueMappings.BlobValueWriter extends JDBCValueMappings.AbstractValueReaderWriter
| Constructor and Description |
|---|
BlobValueWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
readValue(ResultSet rs,
int idx) |
protected Object |
readValue(ResultSet rs,
String fieldName) |
protected void |
writeValue(PreparedStatement stmt,
int fieldIndex,
Object 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 Object readValue(ResultSet rs, String fieldName) throws SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriterSQLExceptionprotected final Object readValue(ResultSet rs, int idx) throws SQLException
readValue in class JDBCValueMappings.AbstractValueReaderWriterSQLExceptionprotected final void writeValue(PreparedStatement stmt, int fieldIndex, Object value) throws SQLException
writeValue in class JDBCValueMappings.AbstractValueReaderWriterSQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.