#include <memory>
#include <vector>
#include <unordered_map>
#include <map>
#include <string>
#include <regex>
#include <sqlite3.h>
#include <spatialite.h>
#include "Callback.h"
#include "DatabaseErrors.h"
#include "Raster.h"
#include "DatabaseTable.h"
#include "DatabaseStatements.h"
#include "SegmentationParameters.h"
Go to the source code of this file.
|
using | agroeye::handlers::SqliteCallback = std::function< int(int, char **, char **)> |
| Callack function collection data of SQL query For exect syntax of the function please see the SQLite3 manual. More...
|
|