26#ifndef __TERRALIB_DATAACCESS_INTERNAL_WHERE_H
27#define __TERRALIB_DATAACCESS_INTERNAL_WHERE_H
81 std::unique_ptr<Expression>
m_exp;
This is an abstract class that models a query expression.
std::unique_ptr< Expression > m_exp
The expression that defines the where clause.
Where(const Expression &e)
void setExp(Expression *exp)
Sets the expression.
Where & operator=(const Where &rhs)
Where(Expression *e)
Constructor.
Expression * getExp() const
Namespace for the DataAccess API of TerraLib.
Configuration flags for the Data Access module of TerraLib.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.