File: //usr/local/rvm/gems/default/doc/ruby-mysql-2.11.0/ri/Mysql/query-i.ri
U:RDoc::AnyMethod[iI"
query:ETI"Mysql#query;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Execute query string. ;TI" @param [String] str Query. ;TI"1@yield [Mysql::Result] evaluated per query. ;TI"S@return [Mysql::Result] If {#query_with_result} is true and result set exist. ;TI"]@return [nil] If {#query_with_result} is true and the query does not return result set. ;TI"L@return [Mysql] If {#query_with_result} is false or block is specified ;TI"
@example;To:RDoc::Markup::Verbatim; [I"@my.query("select 1,NULL,'abc'").fetch # => [1, nil, "abc"];T:@format0:
@fileI"lib/mysql.rb;T:0@omit_headings_from_table_of_contents_below000[[I"real_query;To;; [ ;
@;0I"(str, &block);T@FI"
Mysql;TcRDoc::NormalClass00