JoinConditionOn is a boolean expression and it specifies which items in a join are considered to match.  
 More...
#include <JoinConditionOn.h>
JoinConditionOn is a boolean expression and it specifies which items in a join are considered to match. 
- See also
 - JoinCondition, JoinConditionUsing 
 
Definition at line 49 of file JoinConditionOn.h.
 
Constructor. 
- Parameters
 - 
  
    | e | A join condition expression. | 
  
   
- Note
 - The JoinConditionOn will take the ownership of the given expression. 
 
 
 
      
        
          | te::da::JoinConditionOn::JoinConditionOn  | 
          ( | 
          const Expression &  | 
          e | ) | 
           | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | e | A join condition expression.  | 
  
   
 
 
      
        
          | te::da::JoinConditionOn::~JoinConditionOn  | 
          ( | 
           | ) | 
           | 
        
      
 
 
It call the visit method from the guest object. 
- Parameters
 - 
  
    | guest | The guest or visitor. | 
  
   
- Returns
 - Any valid value define by the template type R. 
 
 
 
      
        
          | Expression* te::da::JoinConditionOn::getCondition  | 
          ( | 
           | ) | 
           const | 
        
      
 
It returns a pointer to a join condition. 
- Returns
 - A pointer to a join condition. 
 
 
 
      
        
          | void te::da::JoinConditionOn::setCondition  | 
          ( | 
          Expression *  | 
          c | ) | 
           | 
        
      
 
It sets the join condition expression. 
- Parameters
 - 
  
    | c | A join condition expression. | 
  
   
- Note
 - The JoinConditionOn will take the ownership of the given expression. 
 
 
 
  
  
      
        
          | std::auto_ptr<Expression> te::da::JoinConditionOn::m_condition | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/dataaccess/query/JoinConditionOn.h