graffiti 2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +676 -0
- data/ChangeLog.mtn +233 -0
- data/README.rdoc +129 -0
- data/TODO +30 -0
- data/doc/diagrams/graffiti-classes.svg +157 -0
- data/doc/diagrams/graffiti-deployment.svg +117 -0
- data/doc/diagrams/graffiti-store-sequence.svg +69 -0
- data/doc/diagrams/squish-select-sequence.svg +266 -0
- data/doc/examples/samizdat-rdf-config.yaml +77 -0
- data/doc/examples/samizdat-triggers-pgsql.sql +266 -0
- data/doc/papers/collreif.tex +462 -0
- data/doc/papers/rdf-to-relational-query-translation-icis2009.tex +936 -0
- data/doc/papers/rel-rdf.tex +545 -0
- data/doc/rdf-impl-report.txt +126 -0
- data/graffiti.gemspec +21 -0
- data/lib/graffiti.rb +15 -0
- data/lib/graffiti/debug.rb +34 -0
- data/lib/graffiti/exceptions.rb +20 -0
- data/lib/graffiti/rdf_config.rb +78 -0
- data/lib/graffiti/rdf_property_map.rb +92 -0
- data/lib/graffiti/sql_mapper.rb +916 -0
- data/lib/graffiti/squish.rb +568 -0
- data/lib/graffiti/store.rb +100 -0
- data/setup.rb +1360 -0
- data/test/ts_graffiti.rb +455 -0
- metadata +122 -0
@@ -0,0 +1,117 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Bouml (http://bouml.free.fr/) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg width="559" height="482" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
5
|
+
<g>
|
6
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="316" y="235" width="221" height="235" />
|
7
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="316,235 326,225 547,225 547,460 537,470 537,235 316,235" />
|
8
|
+
<line stroke="black" stroke-opacity="1" x1="537" y1="235" x2="547" y2="225" />
|
9
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="427" y="249">:Database Server</text>
|
10
|
+
</g>
|
11
|
+
<g>
|
12
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="11" y="23" width="233" height="352" />
|
13
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="11,23 21,13 254,13 254,365 244,375 244,23 11,23" />
|
14
|
+
<line stroke="black" stroke-opacity="1" x1="244" y1="23" x2="254" y2="13" />
|
15
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="128" y="37">:Application Server</text>
|
16
|
+
</g>
|
17
|
+
<g>
|
18
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="334" y="276" width="176" height="177" />
|
19
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="334,276 344,266 520,266 520,443 510,453 510,276 334,276" />
|
20
|
+
<line stroke="black" stroke-opacity="1" x1="510" y1="276" x2="520" y2="266" />
|
21
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="422" y="290">:Relational DBMS</text>
|
22
|
+
</g>
|
23
|
+
<g>
|
24
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="319" y="23" width="216" height="161" />
|
25
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="319,23 329,13 545,13 545,174 535,184 535,23 319,23" />
|
26
|
+
<line stroke="black" stroke-opacity="1" x1="535" y1="23" x2="545" y2="13" />
|
27
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="427" y="37">:Cache Server</text>
|
28
|
+
</g>
|
29
|
+
<g>
|
30
|
+
<line stroke="black" stroke-opacity="1" x1="254" y1="154" x2="318" y2="133" />
|
31
|
+
</g>
|
32
|
+
<g>
|
33
|
+
<line stroke="black" stroke-opacity="1" x1="254" y1="256" x2="315" y2="286" />
|
34
|
+
</g>
|
35
|
+
<g>
|
36
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="37" y="68" width="182" height="290" />
|
37
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="37,68 47,58 229,58 229,348 219,358 219,68 37,68" />
|
38
|
+
<line stroke="black" stroke-opacity="1" x1="219" y1="68" x2="229" y2="58" />
|
39
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="128" y="82">:Ruby</text>
|
40
|
+
</g>
|
41
|
+
<g>
|
42
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="494" y="384" width="3" height="57" />
|
43
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="352" y="438" width="145" height="3" />
|
44
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="348" y="380" width="146" height="58" />
|
45
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="421" y="403"><<artifact>></text>
|
46
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="421" y="432">Graffiti Triggers</text>
|
47
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="471,384 484,384 484,390 490,390 490,411 471,411 471,384" />
|
48
|
+
<line stroke="black" stroke-opacity="1" x1="484" y1="384" x2="490" y2="390" />
|
49
|
+
</g>
|
50
|
+
<g>
|
51
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="494" y="310" width="3" height="57" />
|
52
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="352" y="364" width="145" height="3" />
|
53
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="348" y="306" width="146" height="58" />
|
54
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="421" y="329"><<artifact>></text>
|
55
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="421" y="358">Relational Data</text>
|
56
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="471,310 484,310 484,316 490,316 490,337 471,337 471,310" />
|
57
|
+
<line stroke="black" stroke-opacity="1" x1="484" y1="310" x2="490" y2="316" />
|
58
|
+
</g>
|
59
|
+
<g>
|
60
|
+
<rect fill="#dcdcdc" stroke="black" stroke-width="1" stroke-opacity="1" x="336" y="61" width="171" height="103" />
|
61
|
+
<polygon fill="#dcdcdc" stroke="black" stroke-opacity="1" points="336,61 346,51 517,51 517,154 507,164 507,61 336,61" />
|
62
|
+
<line stroke="black" stroke-opacity="1" x1="507" y1="61" x2="517" y2="51" />
|
63
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="422" y="75">:Ruby</text>
|
64
|
+
</g>
|
65
|
+
<g>
|
66
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="196" y="97" width="3" height="57" />
|
67
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="54" y="151" width="145" height="3" />
|
68
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="50" y="93" width="146" height="58" />
|
69
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="123" y="116"><<artifact>></text>
|
70
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="123" y="145">Application</text>
|
71
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="173,97 186,97 186,103 192,103 192,124 173,124 173,97" />
|
72
|
+
<line stroke="black" stroke-opacity="1" x1="186" y1="97" x2="192" y2="103" />
|
73
|
+
</g>
|
74
|
+
<g>
|
75
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="197" y="190" width="3" height="57" />
|
76
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="55" y="244" width="145" height="3" />
|
77
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="51" y="186" width="146" height="58" />
|
78
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="124" y="209"><<artifact>></text>
|
79
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="124" y="238">Graffiti Module</text>
|
80
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="174,190 187,190 187,196 193,196 193,217 174,217 174,190" />
|
81
|
+
<line stroke="black" stroke-opacity="1" x1="187" y1="190" x2="193" y2="196" />
|
82
|
+
</g>
|
83
|
+
<g>
|
84
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="198" y="286" width="3" height="57" />
|
85
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="56" y="340" width="145" height="3" />
|
86
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="52" y="282" width="146" height="58" />
|
87
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="125" y="305"><<artifact>></text>
|
88
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="125" y="334">Ruby/DBI</text>
|
89
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="175,286 188,286 188,292 194,292 194,313 175,313 175,286" />
|
90
|
+
<line stroke="black" stroke-opacity="1" x1="188" y1="286" x2="194" y2="292" />
|
91
|
+
</g>
|
92
|
+
<g>
|
93
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="493" y="94" width="3" height="57" />
|
94
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="351" y="148" width="145" height="3" />
|
95
|
+
<rect fill="#c0ffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="347" y="90" width="146" height="58" />
|
96
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-anchor="middle" x="420" y="113"><<artifact>></text>
|
97
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="420" y="142">SynCache Module</text>
|
98
|
+
<polygon fill="none" stroke="black" stroke-opacity="1" points="470,94 483,94 483,100 489,100 489,121 470,121 470,94" />
|
99
|
+
<line stroke="black" stroke-opacity="1" x1="483" y1="94" x2="489" y2="100" />
|
100
|
+
</g>
|
101
|
+
<g>
|
102
|
+
<line stroke="black" stroke-opacity="1" x1="125" y1="185" x2="131" y2="179" />
|
103
|
+
<line stroke="black" stroke-opacity="1" x1="125" y1="185" x2="119" y2="179" />
|
104
|
+
<line stroke-dasharray="4,4" stroke="black" stroke-opacity="1" x1="125" y1="155" x2="125" y2="185" />
|
105
|
+
</g>
|
106
|
+
<g>
|
107
|
+
<line stroke="black" stroke-opacity="1" x1="126" y1="281" x2="132" y2="275" />
|
108
|
+
<line stroke="black" stroke-opacity="1" x1="126" y1="281" x2="120" y2="275" />
|
109
|
+
<line stroke-dasharray="4,4" stroke="black" stroke-opacity="1" x1="126" y1="248" x2="126" y2="281" />
|
110
|
+
</g>
|
111
|
+
<g>
|
112
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="265" y="122">DRuby</text>
|
113
|
+
</g>
|
114
|
+
<g>
|
115
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="269" y="290">SQL</text>
|
116
|
+
</g>
|
117
|
+
</svg>
|
@@ -0,0 +1,69 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Bouml (http://bouml.free.fr/) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg width="320" height="174" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
5
|
+
<g>
|
6
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="47" y1="45" x2="47" y2="174" />
|
7
|
+
</g>
|
8
|
+
<g>
|
9
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="136" y1="45" x2="136" y2="174" />
|
10
|
+
</g>
|
11
|
+
<g>
|
12
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="246" y1="45" x2="246" y2="174" />
|
13
|
+
</g>
|
14
|
+
<g>
|
15
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="158" y="8" width="3" height="24" />
|
16
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="116" y="29" width="45" height="3" />
|
17
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="112" y="4" width="46" height="25" />
|
18
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="135" y="22">:Store</text>
|
19
|
+
</g>
|
20
|
+
<g>
|
21
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="86" y="8" width="3" height="24" />
|
22
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="9" y="29" width="80" height="3" />
|
23
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="5" y="4" width="81" height="25" />
|
24
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="46" y="22">:Application</text>
|
25
|
+
</g>
|
26
|
+
<g>
|
27
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="304" y="8" width="3" height="24" />
|
28
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="189" y="29" width="118" height="3" />
|
29
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="185" y="4" width="119" height="25" />
|
30
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="245" y="22">:DatabaseHandle</text>
|
31
|
+
</g>
|
32
|
+
<g>
|
33
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="42" y="71" width="10" height="91" />
|
34
|
+
</g>
|
35
|
+
<g>
|
36
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="131" y="71" width="10" height="70" />
|
37
|
+
</g>
|
38
|
+
<g>
|
39
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="241" y="121" width="10" height="37" />
|
40
|
+
</g>
|
41
|
+
<g>
|
42
|
+
<line stroke="black" stroke-opacity="1" x1="53" y1="76" x2="131" y2="76" />
|
43
|
+
<polygon fill="#000000" stroke="none" points="131,76 127,72 127,80" />
|
44
|
+
</g>
|
45
|
+
<g>
|
46
|
+
<line stroke="black" stroke-opacity="1" stroke-dasharray="4,4" x1="53" y1="153" x2="241" y2="153" />
|
47
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 57 149 L 53 153 L 57 157" />
|
48
|
+
</g>
|
49
|
+
<g>
|
50
|
+
<line stroke="black" stroke-opacity="1" x1="142" y1="126" x2="241" y2="126" />
|
51
|
+
<polygon fill="#000000" stroke="none" points="241,126 237,122 237,130" />
|
52
|
+
</g>
|
53
|
+
<g>
|
54
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="137" y="78" width="10" height="24" />
|
55
|
+
</g>
|
56
|
+
<g>
|
57
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 149 79 L 166 79 L 166 86 L 149 86" />
|
58
|
+
<polygon fill="#000000" stroke="none" points="149,86 153,90 153,82" />
|
59
|
+
</g>
|
60
|
+
<g>
|
61
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="56" y="64">select_all()</text>
|
62
|
+
</g>
|
63
|
+
<g>
|
64
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="155" y="114">select_all()</text>
|
65
|
+
</g>
|
66
|
+
<g>
|
67
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="148" y="70">select()</text>
|
68
|
+
</g>
|
69
|
+
</svg>
|
@@ -0,0 +1,266 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Bouml (http://bouml.free.fr/) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg width="638" height="718" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
5
|
+
<g>
|
6
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="30" y1="45" x2="30" y2="718" />
|
7
|
+
</g>
|
8
|
+
<g>
|
9
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="112" y1="45" x2="112" y2="718" />
|
10
|
+
</g>
|
11
|
+
<g>
|
12
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="211" y1="45" x2="211" y2="718" />
|
13
|
+
</g>
|
14
|
+
<g>
|
15
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="447" y1="46" x2="447" y2="718" />
|
16
|
+
</g>
|
17
|
+
<g>
|
18
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="507" y1="84" x2="507" y2="718" />
|
19
|
+
</g>
|
20
|
+
<g>
|
21
|
+
<line stroke="black" stroke-dasharray="18,6" stroke-opacity="1" x1="566" y1="45" x2="566" y2="718" />
|
22
|
+
</g>
|
23
|
+
<g>
|
24
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="52" y="8" width="3" height="24" />
|
25
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="10" y="29" width="45" height="3" />
|
26
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="6" y="4" width="46" height="25" />
|
27
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="29" y="22">:Store</text>
|
28
|
+
</g>
|
29
|
+
<g>
|
30
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="159" y="8" width="3" height="24" />
|
31
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="66" y="29" width="96" height="3" />
|
32
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="62" y="4" width="97" height="25" />
|
33
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="111" y="22">:SquishSelect</text>
|
34
|
+
</g>
|
35
|
+
<g>
|
36
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="250" y="8" width="3" height="24" />
|
37
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="174" y="29" width="79" height="3" />
|
38
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="170" y="4" width="80" height="25" />
|
39
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="210" y="22">:SqlMapper</text>
|
40
|
+
</g>
|
41
|
+
<g>
|
42
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="484" y="9" width="3" height="24" />
|
43
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="412" y="30" width="75" height="3" />
|
44
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="408" y="5" width="76" height="25" />
|
45
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="446" y="23">:RdfConfig</text>
|
46
|
+
</g>
|
47
|
+
<g>
|
48
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="558" y="47" width="3" height="24" />
|
49
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="457" y="68" width="104" height="3" />
|
50
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="453" y="43" width="105" height="25" />
|
51
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="506" y="61">:SqlExpression</text>
|
52
|
+
</g>
|
53
|
+
<g>
|
54
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="622" y="8" width="3" height="24" />
|
55
|
+
<rect fill="#808080" stroke="none" stroke-opacity="1" x="512" y="29" width="113" height="3" />
|
56
|
+
<rect fill="#ffffc0" stroke="black" stroke-width="1" stroke-opacity="1" x="508" y="4" width="114" height="25" />
|
57
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" text-decoration="underline" text-anchor="middle" x="565" y="22">:SqlNodeBinding</text>
|
58
|
+
</g>
|
59
|
+
<g>
|
60
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="25" y="73" width="10" height="633" />
|
61
|
+
</g>
|
62
|
+
<g>
|
63
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="107" y="75" width="10" height="52" />
|
64
|
+
</g>
|
65
|
+
<g>
|
66
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="107" y="579" width="10" height="127" />
|
67
|
+
</g>
|
68
|
+
<g>
|
69
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="206" y="88" width="10" height="474" />
|
70
|
+
</g>
|
71
|
+
<g>
|
72
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="206" y="599" width="10" height="24" />
|
73
|
+
</g>
|
74
|
+
<g>
|
75
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="206" y="639" width="10" height="25" />
|
76
|
+
</g>
|
77
|
+
<g>
|
78
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="206" y="679" width="10" height="24" />
|
79
|
+
</g>
|
80
|
+
<g>
|
81
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="442" y="239" width="10" height="24" />
|
82
|
+
</g>
|
83
|
+
<g>
|
84
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="502" y="269" width="10" height="24" />
|
85
|
+
</g>
|
86
|
+
<g>
|
87
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="502" y="450" width="10" height="24" />
|
88
|
+
</g>
|
89
|
+
<g>
|
90
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="561" y="421" width="10" height="24" />
|
91
|
+
</g>
|
92
|
+
<g>
|
93
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="502" y="524" width="10" height="24" />
|
94
|
+
</g>
|
95
|
+
<g>
|
96
|
+
<line stroke="black" stroke-opacity="1" x1="36" y1="591" x2="107" y2="591" />
|
97
|
+
<polygon fill="#000000" stroke="none" points="107,591 103,587 103,595" />
|
98
|
+
</g>
|
99
|
+
<g>
|
100
|
+
<line stroke="black" stroke-opacity="1" x1="118" y1="651" x2="206" y2="651" />
|
101
|
+
<polygon fill="#000000" stroke="none" points="206,651 202,647 202,655" />
|
102
|
+
</g>
|
103
|
+
<g>
|
104
|
+
<line stroke="black" stroke-opacity="1" x1="118" y1="687" x2="206" y2="687" />
|
105
|
+
<polygon fill="#000000" stroke="none" points="206,687 202,683 202,691" />
|
106
|
+
</g>
|
107
|
+
<g>
|
108
|
+
<line stroke="black" stroke-opacity="1" stroke-dasharray="4,4" x1="36" y1="122" x2="107" y2="122" />
|
109
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 40 118 L 36 122 L 40 126" />
|
110
|
+
</g>
|
111
|
+
<g>
|
112
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="212" y="101" width="10" height="24" />
|
113
|
+
</g>
|
114
|
+
<g>
|
115
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="212" y="143" width="10" height="204" />
|
116
|
+
</g>
|
117
|
+
<g>
|
118
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="212" y="361" width="10" height="119" />
|
119
|
+
</g>
|
120
|
+
<g>
|
121
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="212" y="500" width="10" height="52" />
|
122
|
+
</g>
|
123
|
+
<g>
|
124
|
+
<line stroke="black" stroke-opacity="1" x1="36" y1="83" x2="107" y2="83" />
|
125
|
+
<polygon fill="#000000" stroke="none" points="107,83 103,79 103,87" />
|
126
|
+
</g>
|
127
|
+
<g>
|
128
|
+
<line stroke="black" stroke-opacity="1" x1="118" y1="608" x2="206" y2="608" />
|
129
|
+
<polygon fill="#000000" stroke="none" points="206,608 202,604 202,612" />
|
130
|
+
</g>
|
131
|
+
<g>
|
132
|
+
<line stroke="black" stroke-opacity="1" x1="118" y1="93" x2="206" y2="93" />
|
133
|
+
<polygon fill="#000000" stroke="none" points="206,93 202,89 202,97" />
|
134
|
+
</g>
|
135
|
+
<g>
|
136
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 224 102 L 241 102 L 241 109 L 224 109" />
|
137
|
+
<polygon fill="#000000" stroke="none" points="224,109 228,113 228,105" />
|
138
|
+
</g>
|
139
|
+
<g>
|
140
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 224 144 L 241 144 L 241 151 L 224 151" />
|
141
|
+
<polygon fill="#000000" stroke="none" points="224,151 228,155 228,147" />
|
142
|
+
</g>
|
143
|
+
<g>
|
144
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 224 362 L 241 362 L 241 369 L 224 369" />
|
145
|
+
<polygon fill="#000000" stroke="none" points="224,369 228,373 228,365" />
|
146
|
+
</g>
|
147
|
+
<g>
|
148
|
+
<line stroke="black" stroke-opacity="1" x1="223" y1="455" x2="502" y2="455" />
|
149
|
+
<polygon fill="#000000" stroke="none" points="502,455 498,451 498,459" />
|
150
|
+
</g>
|
151
|
+
<g>
|
152
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 224 501 L 241 501 L 241 508 L 224 508" />
|
153
|
+
<polygon fill="#000000" stroke="none" points="224,508 228,512 228,504" />
|
154
|
+
</g>
|
155
|
+
<g>
|
156
|
+
<line stroke="black" stroke-opacity="1" x1="223" y1="529" x2="502" y2="529" />
|
157
|
+
<polygon fill="#000000" stroke="none" points="502,529 498,525 498,533" />
|
158
|
+
</g>
|
159
|
+
<g>
|
160
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="218" y="177" width="10" height="117" />
|
161
|
+
</g>
|
162
|
+
<g>
|
163
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="218" y="314" width="10" height="24" />
|
164
|
+
</g>
|
165
|
+
<g>
|
166
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="218" y="391" width="10" height="24" />
|
167
|
+
</g>
|
168
|
+
<g>
|
169
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 230 178 L 247 178 L 247 185 L 230 185" />
|
170
|
+
<polygon fill="#000000" stroke="none" points="230,185 234,189 234,181" />
|
171
|
+
</g>
|
172
|
+
<g>
|
173
|
+
<line stroke="black" stroke-opacity="1" x1="229" y1="244" x2="442" y2="244" />
|
174
|
+
<polygon fill="#000000" stroke="none" points="442,244 438,240 438,248" />
|
175
|
+
</g>
|
176
|
+
<g>
|
177
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 230 315 L 247 315 L 247 322 L 230 322" />
|
178
|
+
<polygon fill="#000000" stroke="none" points="230,322 234,326 234,318" />
|
179
|
+
</g>
|
180
|
+
<g>
|
181
|
+
<line stroke="black" stroke-opacity="1" x1="229" y1="274" x2="502" y2="274" />
|
182
|
+
<polygon fill="#000000" stroke="none" points="502,274 498,270 498,278" />
|
183
|
+
</g>
|
184
|
+
<g>
|
185
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 230 392 L 247 392 L 247 399 L 230 399" />
|
186
|
+
<polygon fill="#000000" stroke="none" points="230,399 234,403 234,395" />
|
187
|
+
</g>
|
188
|
+
<g>
|
189
|
+
<rect fill="#ffffff" stroke="black" stroke-width="1" stroke-opacity="1" x="224" y="207" width="10" height="24" />
|
190
|
+
</g>
|
191
|
+
<g>
|
192
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 236 208 L 253 208 L 253 215 L 236 215" />
|
193
|
+
<polygon fill="#000000" stroke="none" points="236,215 240,219 240,211" />
|
194
|
+
</g>
|
195
|
+
<g>
|
196
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="61" y="71">new</text>
|
197
|
+
</g>
|
198
|
+
<g>
|
199
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="51" y="579">to_sql()</text>
|
200
|
+
</g>
|
201
|
+
<g>
|
202
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="150" y="81">new</text>
|
203
|
+
</g>
|
204
|
+
<g>
|
205
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="141" y="596">where</text>
|
206
|
+
</g>
|
207
|
+
<g>
|
208
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="146" y="639">from</text>
|
209
|
+
</g>
|
210
|
+
<g>
|
211
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="143" y="675">bind()</text>
|
212
|
+
</g>
|
213
|
+
<g>
|
214
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="222" y="93">check_graph()</text>
|
215
|
+
</g>
|
216
|
+
<g>
|
217
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="225" y="137">map_predicates()</text>
|
218
|
+
</g>
|
219
|
+
<g>
|
220
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="229" y="170">map_pattern()</text>
|
221
|
+
</g>
|
222
|
+
<g>
|
223
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="238" y="199">label_pattern_components()</text>
|
224
|
+
</g>
|
225
|
+
<g>
|
226
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="278" y="232">map(predicate)</text>
|
227
|
+
</g>
|
228
|
+
<g>
|
229
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="229" y="306">refine_ambiguous_properties()</text>
|
230
|
+
</g>
|
231
|
+
<g>
|
232
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="473" y="261">new</text>
|
233
|
+
</g>
|
234
|
+
<g>
|
235
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="228" y="354">transform()</text>
|
236
|
+
</g>
|
237
|
+
<g>
|
238
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="231" y="383">define_relation_aliases()</text>
|
239
|
+
</g>
|
240
|
+
<g>
|
241
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="472" y="443">new</text>
|
242
|
+
</g>
|
243
|
+
<g>
|
244
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="531" y="411">new</text>
|
245
|
+
</g>
|
246
|
+
<g>
|
247
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="225" y="492">generate_tables_and_conditions()</text>
|
248
|
+
</g>
|
249
|
+
<g>
|
250
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="63" y="544">self</text>
|
251
|
+
</g>
|
252
|
+
<g>
|
253
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="62" y="110">self</text>
|
254
|
+
</g>
|
255
|
+
<g>
|
256
|
+
<text font-family="Arial" font-size="11" fill="#000000" xml:space="preserve" x="342" y="517">rebind()</text>
|
257
|
+
</g>
|
258
|
+
<g>
|
259
|
+
<line stroke="black" stroke-opacity="1" x1="223" y1="426" x2="561" y2="426" />
|
260
|
+
<polygon fill="#000000" stroke="none" points="561,426 557,422 557,430" />
|
261
|
+
</g>
|
262
|
+
<g>
|
263
|
+
<line stroke="black" stroke-opacity="1" stroke-dasharray="4,4" x1="36" y1="557" x2="206" y2="557" />
|
264
|
+
<path fill="none" stroke="black" stroke-opacity="1" d="M 40 553 L 36 557 L 40 561" />
|
265
|
+
</g>
|
266
|
+
</svg>
|