File: //usr/local/rvm/gems/default/doc/sqlite3-1.4.2/ri/SQLite3/Statement/execute-i.ri
U:RDoc::AnyMethod[iI"execute:ETI"SQLite3::Statement#execute;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"HExecute the statement. This creates a new ResultSet object for the ;TI"Ostatement's virtual machine. If a block was given, the new ResultSet will ;TI"Abe yielded to it; otherwise, the ResultSet will be returned.;To:RDoc::Markup::BlankLine o;
; [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 |result|
;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_below00I"results;T[ I"( *bind_vars );T@ FI"Statement;TcRDoc::NormalClass00