-
- 既知の実装クラスのリスト:
DefaultColumnValueToMapValueConverter
public interface ColumnValueToMapValueConverter
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 ObjectconvertToValue(ResultSet resultSet, int column, int sqlType)
-
-
-
メソッドの詳細
-
convertToValue
Object convertToValue(ResultSet resultSet, int column, int sqlType) throws SQLException
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 convertingResultSetrows to Map.- パラメータ:
resultSet-column-sqlType-- 戻り値:
- 例外:
SQLException
-
-