Subject | Re: [Firebird-Java] Re: JayBird: Problems with Prepared Statements |
---|---|
Author | Federico Tello Gentile |
Post date | 2005-09-06T15:59:11Z |
pifproject wrote:
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.
>Since that is not part of the JDBC spec, I think it belongs to a
> 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.
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.