There is no replacement for it. It was never intended to be called directly. One focus of 2.0 was clear separation of the public API from the implementation, and that method was one that was protected.
Cheers, Clinton On Wed, 1 Dec 2004 16:30:31 -0600, McCarrier, Alex <[EMAIL PROTECTED]> wrote: > I'm in the process of upgrading our app from an old version of iBatis > (1.2.x I believe) to iBatis 2.0.8. I am using the compatibility > libraries and we were using a method called MappedStatement.getSql() to > get the actual SQL string that would be used by a statement. It seems > this method is not in the compatibility libraries, is there anything > like it in the new version? >

