Sha256: 0399f2bc5f89f93361a634b3b52857a6529960dbdae3760f2b46439c3ea5c97a
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>get_query_results (RedlandAdapter)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre> <span class="ruby-comment cmt"># File lib/activerdf_redland/redland.rb, line 131</span> 131: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_query_results</span>(<span class="ruby-identifier">query</span>, <span class="ruby-identifier">result_format</span>=<span class="ruby-keyword kw">nil</span>) 132: <span class="ruby-identifier">get_sparql_query_results</span>(<span class="ruby-constant">Query2SPARQL</span>.<span class="ruby-identifier">translate</span>(<span class="ruby-identifier">query</span>), <span class="ruby-identifier">result_format</span>) 133: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerdf_redland-1.2.2 | doc/rdoc/classes/RedlandAdapter.src/M000005.html |
activerdf_redland-1.2.1 | doc/rdoc/classes/RedlandAdapter.src/M000005.html |