0 Replies Latest reply on Aug 9, 2006 12:53 PM by jieshengz

    Expose underlying ResultSet from WrappedResultSet

      Hi,
      I modified the com.jboss.resource.adapter.jdbc.WrappedResultSet to expose the underlying ResultSet

      One method is added.
      -----------------------------------
      public ResultSet getOriginalResultSet()
      {
      return this.resultSet;
      }
      -----------------------------------

      I do not think this is useful to others. However, I post this modification in case someone also need this function.

      Bound by LGPL license, I need to publish my modification. I attached the whole modified file here. Someone from Jboss can decide whether to add this to main stream code.



      -jason