Re: [Firebird-devel] Engine interface for Trace Plugin

2011-11-30 Thread Vlad Khorsun
> I may be wrong, but I'm unable to find a way how a trace plugin can call > engine to get > more information that is sent via parameters. > Particularly I'm interested in getting BLOB/array content from > trace_dsql_execute() > handler. > Is it possible to expand TraceConnection class to

[Firebird-devel] Engine interface for Trace Plugin

2011-11-29 Thread Dimitry Sibiryakov
Hello. I may be wrong, but I'm unable to find a way how a trace plugin can call engine to get more information that is sent via parameters. Particularly I'm interested in getting BLOB/array content from trace_dsql_execute() handler. Is it possible to expand TraceConnection class to