A base delegating implementation of {@link PreparedStatement}.
All of the methods from the {@link PreparedStatement} interfacesimply check to see that the {@link PreparedStatement} is active,and call the corresponding method on the "delegate" provided in my constructor.
Extends AbandonedTrace to implement Statement tracking and logging of code which created the Statement. Tracking the Statement ensures that the Connection which created it can close any open Statement's on Connection close.
@author Rodney Waldhoff
@author Glenn L. Nielsen
@author James House
@author Dirk Verbeeck
@version $Revision: 883941 $ $Date: 2009-11-24 19:58:50 -0500 (Tue, 24 Nov 2009) $