I need that facility to be able to create a non-JDBC connector. JDBC is not the only variant. The main idea is that a client part of connector might supply non-standard requests. And I need to control how translation to SQL is going. John
2010/5/19 Thomas Mueller <[email protected]> > Hi, > > > And another question: how can I use H2 classes to force execution of > > certain queries without need of command processor, on the server side? > > Why? > > If you use a PreparedStatement, then the query is only parsed once. It > is not parsed (normally) when executing the statement. > > > Problem is that I need all invoked method of all classes. > > Why? > > > There is a tool for logging level of 4. > > Why do you need this? Is logging level 3 not enough? > > Regards, > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<h2-database%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
