• Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • 2.3.23-rc1, 2.4.18-rc1
    • Affects Version/s: 2.3.22, 2.4.17
    • Component/s: None
    • None

        [CONTAINER-79] ストアドプロシージャーに対応するためのメソッドをValueTypeに追加しました。

        taedium added a comment -

        次のメソッドを追加しました。

        • Object getValue(CallableStatement cs, int index) throws SQLException;
        • Object getValue(CallableStatement cs, String parameterName) throws SQLException;
        • void registerOutParameter(CallableStatement cs, int index) throws SQLException;
        • void registerOutParameter(CallableStatement cs, String parameterName) throws SQLException;

        taedium added a comment - 次のメソッドを追加しました。 Object getValue(CallableStatement cs, int index) throws SQLException; Object getValue(CallableStatement cs, String parameterName) throws SQLException; void registerOutParameter(CallableStatement cs, int index) throws SQLException; void registerOutParameter(CallableStatement cs, String parameterName) throws SQLException;

          Assignee:
          taedium
          Reporter:
          taedium
          Votes:
          0 Vote for this issue
          Watchers:
          Start watching this issue

            Created:
            Updated:
            Resolved: