Armin Waibel wrote:
there was no response to my previous post, thus I checked in the changes
described in the previous post.

I like the new contract approach better than the previous Platform attempt
(which would have been enough if the JDBC spec was strict about return
type CallableStatement, but in reality was not...).

To detect a stored procedure a sql-String based detection method was used - JdbcAccessImpl#isStoredProcedure(String sql). Did my best to implement it as efficient as possible to reduce the performance impact.

i++, k++ char-parsing... reminded me of my previous job as a C-programmer
and "hand-hacked" XML-parsing! :-D

Almost 1:1 with assembly code, so it must be fast enough with JIT-compiled
Java!

Regards,
 Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to