モジュール org.nkjmlab.sorm4j

インタフェース ColumnValueToMapValueConverter

    • メソッドの詳細

      • 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