kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestGeoSPARQL.h
1#include <QtTest/QtTest>
2
3class TestGeoSPARQL : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testInsert();
8 void testRDFInsert();
9 void testQuery();
10 void testWktLiteral();
11 void testSQLFunctions();
12 void testSPARQLFunctions();
13};
Definition TestGeoSPARQL.h:4