26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_CHECKCONSTRAINT_H    27 #define __TERRALIB_DATAACCESS_INTERNAL_CHECKCONSTRAINT_H    35   namespace dt { 
class Property; }
   138 #endif  // __TERRALIB_DATAACCESS_INTERNAL_CHECKCONSTRAINT_H A class that models the description of a dataset. 
 
A class that describes a check constraint. 
 
std::string m_expression
The check constraint expression. 
 
ConstraintType
A ConstraintType can have one of the following types: 
 
const std::string & getExpression() const 
It returns the check constraint expression. 
 
~CheckConstraint()
Destructor. 
 
ConstraintType getType() const 
It returns the constraint type: CHECK. 
 
A class that describes a constraint. 
 
void setExpression(const std::string &e)
It sets the check constraint expression. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.