54     m_exp.reset(rhs.
m_exp.get() ? rhs.
m_exp->clone() : 0);
 
std::auto_ptr< Expression > m_exp
The expression that defines the where clause. 
 
Where & operator=(const Where &rhs)
 
A class that can be used to model a filter expression that can be applied to a query. 
 
Expression * getExp() const 
 
This is an abstract class that models a query expression. 
 
This is an abstract class that models a query expression. 
 
Where(Expression *e)
Constructor. 
 
A class that can be used to model a filter expression that can be applied to a query. 
 
void setExp(Expression *exp)
Sets the expression.