U:RDoc::AnyMethod[iI" trace:ETI"SQLite3::Database#trace;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"FInstalls (or removes) a block that will be invoked for every SQL ;TI"Mstatement executed. The block receives one parameter: the SQL statement ;TI"Nexecuted. If the block is +nil+, any existing tracer will be uninstalled.;T: @fileI"ext/sqlite3/database.c;T:0@omit_headings_from_table_of_contents_below0I"Dtrace { |sql| ... } trace(Class.new { def call sql; end }.new) ;T0[I"(p1 = v1);T@FI" Database;TcRDoc::NormalClass00