90 91 92 93 94
# File 'lib/DrbDB/MyMultiSQL/jdbc.rb', line 90 def rows(sql,with_table=false) if ret=query(sql) fetch_hash(ret,with_table) end end