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].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to