Hi,
just thinking about the AvalonDBPreparedStatement some 
questions are rising up:

PreparedStatement means pre-compiled. That means some object
will be generated and filled.

Simplified worded the client invokes the creation of PreparedStatement.
The SQL String will be transerferd to the PreparedStatement object. Now
something must happen. In my current understanding the BCELSQLParser creates
something dynamically. A SQL Object, or the final Request Object, I don't know. 
This object can be filled thru getter/setter methods and it's holded precompiled
in the JVM. When the excecuteQuery() or executeUpdate() methods are invoked 
this object will be taken and the SQL request will be executed. Everything
happens on the same connection, of course.

Comments, thoughts??

Cheers
Gerhard




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

Reply via email to