Subject Re: [Firebird-Java] Re: JayBird: Problems with Prepared Statements
Author Federico Tello Gentile
pifproject wrote:
>
> I do not think that I expect that, I want to convert the prepared
> statement to String after the '?'s have been substituted with their
> respective values.


Since that is not part of the JDBC spec, I think it belongs to a
Firebird extension or even better to a wrapper object that passes all
calls to the real statement and intercepts the setXXX() methods in
PreparedStatement and builds the string for that purpose. That wrapper
does not have to be part of the jaybird driver, just a tool you could
use with any JDBC driver.