java.lang.Object
org.seasar.doma.internal.jdbc.command.JdbcValueGetter
- All Implemented Interfaces:
JdbcMappingFunction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resultSet
-
index
protected final int index
-
-
Constructor Details
-
JdbcValueGetter
-
-
Method Details
-
apply
Description copied from interface:JdbcMappingFunctionApplies this function.- Specified by:
applyin interfaceJdbcMappingFunction- Type Parameters:
R- the return typeV- the basic type- Parameters:
wrapper- the wrapperjdbcType- the JDBC type- Returns:
- the mapping result
- Throws:
SQLException- if an SQL related error occurs
-