U:RDoc::AnyMethod[iI" execute!:EFI" SQLite3::Statement#execute!;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"LExecute the statement. If no block was given, this returns an array of ;TI"Krows returned by executing the statement. Otherwise, each row will be ;TI"yielded to the block.;To:RDoc::Markup::BlankLineo; ; [I"FAny parameters will be bound to the statement using #bind_params.;T@o; ; [I" Example:;T@o:RDoc::Markup::Verbatim; [ I"0stmt = db.prepare( "select * from table" ) ;TI"stmt.execute! do |row| ;TI" ... ;TI" end ;T: @format0o; ; [I"%See also #bind_params, #execute.;T: @fileI"lib/sqlite3/statement.rb;T:0@omit_headings_from_table_of_contents_below000[I"( *bind_vars, &block );T@ FI"Statement;TcRDoc::NormalClass00