Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1336

isWrapper for method can be moved into EmbedStatement class this would enable removal of implementations in EmbedStatement40,EmbedCallableStatement40 and EmbedPreparedStatement40

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • JDBC
    • Low

    Description

      The signature of the isWrapperFor method is

      boolean isWrapperFor(Class<?> iface) throws SQLException

      this can be changed to

      boolean isWrapperFor(Class iface) throws SQLException

      and can be moved into EmbedStatement

      This will enable us to remove the implementations from EmbedCallableStatement40,EmbedPreparedStatement40 and EmbedStatement40

      thanx
      Narayanan

      Attachments

        1. MoveIsWrapperFor.diff
          5 kB
          V.Narayanan
        2. MoveIsWrapperFor.stat
          0.4 kB
          V.Narayanan

        Issue Links

          Activity

            People

              Unassigned Unassigned
              narayanan V.Narayanan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: