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