- 既知の実装クラスのリスト:
DefaultColumnValueToMapValueConverters
public interface ColumnValueToMapValueConverters
-
メソッドの概要
-
メソッドの詳細
-
convertToValue
Reads a column from the current row in the providedResultSetand returns an instance of the specified JavaSQLTypecontaining the values read.This method is mainly used for "SEARCH SQL AND READ TO MAP". i.e. Convert from SQL to Java by the SQL type.
This method is used while converting
ResultSetrows to Map.- パラメータ:
resultSet-column-sqlType-- 戻り値:
- 例外:
SQLException
-