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