File tree Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Expand file tree Collapse file tree 3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ begin : Jan 2016
3
+ copyright : (C) 2016 Hugo Mercier, Oslandia
4
+ email : hugo dot mercier at oslandia dot com
5
+ ***************************************************************************/
6
+
7
+ /* **************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSSLOT_TO_FUNCTION_H
2
17
#define QGSSLOT_TO_FUNCTION_H
3
18
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsvirtuallayerqueryparser.cpp : SQL query parser utility functions
3
+ begin : Jan 2016
4
+ copyright : (C) 2016 Hugo Mercier, Oslandia
5
+ email : hugo dot mercier at oslandia dot com
6
+ ***************************************************************************/
7
+
8
+ /* **************************************************************************
9
+ * *
10
+ * This program is free software; you can redistribute it and/or modify *
11
+ * it under the terms of the GNU General Public License as published by *
12
+ * the Free Software Foundation; either version 2 of the License, or *
13
+ * (at your option) any later version. *
14
+ * *
15
+ ***************************************************************************/
16
+
1
17
#include " qgsvirtuallayerqueryparser.h"
2
18
#include " qgsvirtuallayersqlitehelper.h"
3
19
#include " qgsvirtuallayerblob.h"
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgsvirtuallayerqueryparser.h : SQL query parser utility functions
3
+ begin : Jan 2016
4
+ copyright : (C) 2016 Hugo Mercier, Oslandia
5
+ email : hugo dot mercier at oslandia dot com
6
+ ***************************************************************************/
7
+
8
+ /* **************************************************************************
9
+ * *
10
+ * This program is free software; you can redistribute it and/or modify *
11
+ * it under the terms of the GNU General Public License as published by *
12
+ * the Free Software Foundation; either version 2 of the License, or *
13
+ * (at your option) any later version. *
14
+ * *
15
+ ***************************************************************************/
16
+
1
17
#ifndef QGSVIRTUALLAYER_QUERY_PARSER_H
2
18
#define QGSVIRTUALLAYER_QUERY_PARSER_H
3
19
You can’t perform that action at this time.
0 commit comments