File tree 1 file changed +45
-0
lines changed
1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ <h3>Query Builder</h3>
2
+ The query builder allows you to create provider specific filter expressions.
3
+
4
+ These are usually evaluated much faster than the generic QGIS expressions, but
5
+ are sometimes limited (e.g. for shape files) or behave diffently.
6
+
7
+ <h4>Providers</h4>
8
+
9
+ <table border=1>
10
+ <tr>
11
+ <th>Provider</th>
12
+ <th>Documentation</th>
13
+ </tr>
14
+ <tr>
15
+ <td>OGR</td>
16
+ <td>where clauses depending on the
17
+ <a href="http://www.gdal.org/ogr/ogr_formats.html">format</a> (eg.
18
+ <a href="http://www.gdal.org/ogr/ogr_sql.html">OGR SQL</a>
19
+ for shape files)
20
+ </td>
21
+ </tr>
22
+ <tr>
23
+ <td>PostgreSQL/PostGIS</td>
24
+ <td>where clauses using
25
+ <a href="http://www.postgresql.org/docs/">PostgreSQL</a> and
26
+ <a href="http://postgis.net/documentation">PostGIS</a>
27
+ </td>
28
+ </tr>
29
+ <tr>
30
+ <td>SpatiaLite</td>
31
+ <td>where clauses using
32
+ <a href="http://www.sqlite.org/lang_select.html">SQLite</a> and
33
+ <a href="http://www.gaia-gis.it/gaia-sins/spatialite-sql-4.1.0.html">SpatiaLite</a>
34
+ </td>
35
+ </tr>
36
+ <tr>
37
+ <td>Oracle Spatial/Locator</td>
38
+ <td>where clauses using
39
+ <a href="http://docs.oracle.com/cd/B28359_01/appdev.111/b28400/sdo_index_query.htm#autoId9">Oracle Spatial/Locator</a>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td colspan=2>...</td>
44
+ </tr>
45
+ </table>
You can’t perform that action at this time.
0 commit comments