Go to the documentation of this file.
   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 
  
 
CheckConstraint & operator=(const CheckConstraint &rhs)
Assignment operator.
 
A class that describes a check constraint.
 
ConstraintType getType() const
It returns the constraint type: CHECK.
 
const std::string & getExpression() const
It returns the check constraint expression.
 
A class that describes a constraint.
 
Constraint * clone()
It returns a clone of the object.
 
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.
 
CheckConstraint(const CheckConstraint &rhs)
Copy constructor not allowed.
 
CheckConstraint(DataSetType *dt=0, unsigned int id=0)
Constructor.
 
CheckConstraint(const std::string &name, DataSetType *dt=0, unsigned int id=0)
Constructor.
 
~CheckConstraint()
Destructor.
 
ConstraintType
A ConstraintType can have one of the following types:
 
std::string m_expression
The check constraint expression.
 
A class that models the description of a dataset.