モジュール org.nkjmlab.sorm4j

インタフェース ColumnValueToMapValueConverters

既知の実装クラスのリスト:
DefaultColumnValueToMapValueConverters

public interface ColumnValueToMapValueConverters
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    convertToValue(ResultSet resultSet, int column, int sqlType)
    Reads a column from the current row in the provided ResultSet and returns an instance of the specified Java SQLType containing the values read.
  • メソッドの詳細

    • convertToValue

      Object convertToValue(ResultSet resultSet, int column, int sqlType) throws SQLException
      Reads a column from the current row in the provided ResultSet and returns an instance of the specified Java SQLType containing 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 ResultSet rows to Map.
      パラメータ:
      resultSet -
      column -
      sqlType -
      戻り値:
      例外:
      SQLException