26 #ifndef __TERRALIB_VP_INTERNAL_BASICQUERIES_H 27 #define __TERRALIB_VP_INTERNAL_BASICQUERIES_H 29 #include "../Config.h" 63 const std::vector<std::string>& vecColumns,
64 const std::string& tableName,
65 const std::vector<std::string>& vecWhereColumns,
66 const std::vector<std::unique_ptr<te::dt::AbstractData>>& vecWhereValues);
77 const std::vector<std::string>& vecColumns,
78 const std::string& tableName);
83 #endif //__TERRALIB_VP_INTERNAL_BASICQUERIES_H
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
static TEDATAACCESSEXPORT std::unique_ptr< te::da::Select > GetQuery(bool distinct, const std::vector< std::string > &vecColumns, const std::string &tableName, const std::vector< std::string > &vecWhereColumns, const std::vector< std::unique_ptr< te::dt::AbstractData >> &vecWhereValues)
Helper function to create a query from the given parameters.