@Beta
public interface ValueBinder
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueBinder.Getter<T> |
static interface |
ValueBinder.Setter |
| Modifier and Type | Method and Description |
|---|---|
<T> ValueBinder.Getter<T> |
getter(CdsBaseType cdsType,
boolean isMediaType) |
<T> T |
getValue(ResultSet result,
int i,
CdsBaseType cdsType,
boolean isMediaType) |
ValueBinder.Setter |
setter(CdsBaseType cdsType) |
void |
setValue(PreparedStatement pstmt,
int i,
CdsBaseType cdsType,
Object value) |
<T> ValueBinder.Getter<T> getter(CdsBaseType cdsType, boolean isMediaType)
ValueBinder.Setter setter(CdsBaseType cdsType)
<T> T getValue(ResultSet result, int i, CdsBaseType cdsType, boolean isMediaType) throws SQLException
SQLExceptionvoid setValue(PreparedStatement pstmt, int i, CdsBaseType cdsType, Object value) throws SQLException
SQLExceptionCopyright © 2023 SAP. All rights reserved.