Class DelegatingResultSet

  • All Implemented Interfaces:
    AutoCloseable, ResultSet, Wrapper

    public class DelegatingResultSet
    extends AbandonedTrace
    implements ResultSet
    A base delegating implementation of ResultSet.

    All of the methods from the ResultSet interface simply call the corresponding method on the "delegate" provided in my constructor.

    Extends AbandonedTrace to implement result set tracking and logging of code which created the ResultSet. Tracking the ResultSet ensures that the Statment which created it can close any open ResultSet's on Statement close.

    Version:
    $Revision: 883941 $ $Date: 2009-11-24 19:58:50 -0500 (Tue, 24 Nov 2009) $
    Author:
    Glenn L. Nielsen, James House, Dirk Verbeeck