A Select models a query to be used when retrieving data from a data source. More...
#include "../Enums.h"
#include "Distinct.h"
#include "Fields.h"
#include "From.h"
#include "GroupBy.h"
#include "OrderBy.h"
#include "Query.h"
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | te::da::Select |
A Select models a query to be used when retrieving data from a DataSource. More... | |
Namespaces | |
te | |
TerraLib. | |
te::da | |
Namespace for the DataAccess API of TerraLib. | |
A Select models a query to be used when retrieving data from a data source.
Definition in file Select.h.