Package com.sap.cds.jdbc.spi
Interface ValueBinder
@Beta
public interface ValueBinder
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescription<T> ValueBinder.Getter<T>getter(CdsBaseType cdsType, boolean isMediaType) <T> TgetValue(ResultSet result, int i, CdsBaseType cdsType, boolean isMediaType) setter(CdsBaseType cdsType) voidsetValue(PreparedStatement pstmt, int i, CdsBaseType cdsType, Object value)
-
Method Details
-
getter
-
setter
-
getValue
<T> T getValue(ResultSet result, int i, CdsBaseType cdsType, boolean isMediaType) throws SQLException - Throws:
SQLException
-
setValue
void setValue(PreparedStatement pstmt, int i, CdsBaseType cdsType, Object value) throws SQLException - Throws:
SQLException
-