Registers a delegate of type TraceCallbackDelegate as the trace callback.
Any previously set profile or trace callback is released. Pass null to disable the callback.
The string parameter that is passed to the callback is the SQL text of the statement being executed.
http://www.sqlite.org/c3ref/profile.html.
See Implementation
Registers a delegate of type TraceCallbackDelegate as the trace callback.
Any previously set profile or trace callback is released. Pass null to disable the callback.
The string parameter that is passed to the callback is the SQL text of the statement being executed.