public static interface JDBCValueMappings.ValueReader<JALO,DB> extends JDBCValueMappings.PrimitiveValueReader
| Modifier and Type | Method and Description |
|---|---|
JALO |
convertValueToJava(DB value) |
JALO |
getValue(ResultSet rs,
int idx) |
JALO |
getValue(ResultSet rs,
String fieldName) |
JALO getValue(ResultSet rs, String fieldName) throws SQLException
SQLExceptionJALO getValue(ResultSet rs, int idx) throws SQLException
SQLExceptionCopyright © 2017 SAP SE. All Rights Reserved.