クラス DefaultColumnValueToMapValueConverter

    • コンストラクタの詳細

      • DefaultColumnValueToMapValueConverter

        public DefaultColumnValueToMapValueConverter()
    • メソッドの詳細

      • convertToValue

        public 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.
        定義:
        convertToValue インタフェース内 ColumnValueToMapValueConverter
        パラメータ:
        resultSet -
        column -
        sqlType -
        戻り値:
        例外:
        SQLException