Sha256: e185f5e6841e4a093e5b8405d23e266151497a023e7b169522ac8fcb4a90ef9d
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 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>translate (RDFLite)</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_rdflite/rdflite.rb, line 209</span> 209: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">translate</span>(<span class="ruby-identifier">query</span>) 210: <span class="ruby-identifier">where</span>, <span class="ruby-identifier">conditions</span> = <span class="ruby-identifier">construct_where</span>(<span class="ruby-identifier">query</span>) 211: [<span class="ruby-identifier">construct_select</span>(<span class="ruby-identifier">query</span>) <span class="ruby-operator">+</span> <span class="ruby-identifier">construct_join</span>(<span class="ruby-identifier">query</span>) <span class="ruby-operator">+</span> <span class="ruby-identifier">where</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">construct_sort</span>(<span class="ruby-identifier">query</span>) <span class="ruby-operator">+</span> <span class="ruby-identifier">construct_limit</span>(<span class="ruby-identifier">query</span>), <span class="ruby-identifier">conditions</span>] 212: <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerdf_rdflite-1.3 | doc/rdoc/classes/RDFLite.src/M000011.html |
activerdf_rdflite-1.4.1 | doc/rdoc/classes/RDFLite.src/M000011.html |