public interface JdbcMappingFunction
| Modifier and Type | Method and Description |
|---|---|
<R,V> R |
apply(Wrapper<V> wrapper,
JdbcType<V> jdbcType)
Applies this function.
|
<R,V> R apply(Wrapper<V> wrapper, JdbcType<V> jdbcType) throws java.sql.SQLException
R - the return typeV - the basic typewrapper - the wrapperjdbcType - the JDBC typeDomaNullPointerException - if any arguments are nulljava.sql.SQLException - if an SQL related error occurs