Thanks. And another question: how can I use H2 classes to force execution of certain queries without need of command processor, on the server side? To be able to use H2 in embed mode. For example:
SELECT * FROM t1; would cause invocation of org.h2.command.dml.Select. How can I force invocation of org.h2.command.dml.* package' classes? John 2010/5/15 Thomas Mueller <[email protected]> > Hi, > > The profiler is used to analyze performance problems. It gets the > *top* (most common) stack traces, not to get *all* stack traces. I > will change the profiler to display "(none)" if there are no stack > traces. > > > And how I can trace the invocation hierarchy of SQL processing classes? > > For example using a debugger such as Eclipse. > > If you want to log each JDBC method call, append ;TRACE_LEVEL_FILE=3 > to the database URL. See also > http://www.h2database.com/html/features.html#trace_options > > 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.
