42   delete m_lowerBoundary;
 
   43   delete m_upperBoundary;
 
   59   delete m_lowerBoundary;
 
   65   return m_lowerBoundary;
 
   70   delete m_upperBoundary;
 
   76   return m_upperBoundary;
 
Expression * getUpperBoundary() const 
It returns the upper boundary expression. 
 
An static class with global definitions. 
 
Expression * getExpression() const 
It returns the between expression. 
 
This is an abstract class that models a Filter Encoding expression. 
 
An static class with global definitions. 
 
This is an abstract class that models a Filter Encoding expression. 
 
void setUpperBoundary(Expression *e)
It sets the lower boundary expression. 
 
~PropertyIsBetween()
Destructor. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
Expression * getLowerBoundary() const 
It returns the lower boundary expression. 
 
void setLowerBoundary(Expression *e)
It sets the lower boundary expression. 
 
PropertyIsBetween()
It initializes a new PropertyIsBetween. 
 
void setExpression(Expression *e)
It sets the between expression. 
 
The PropertyIsBetween element is defined as a compact way of encoding a range check.