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