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