A condition to be used in a Join clause. More...
#include <JoinCondition.h>
  
 Public Types | |
| typedef void | ReturnType | 
| typedef QueryVisitor | VisitorType | 
Public Member Functions | |
| virtual ReturnType | accept (VisitorType &guest) const =0 | 
| It call the visit method from the guest object.  More... | |
| virtual JoinCondition * | clone () const =0 | 
| It creates a new copy of this JoinCondition.  More... | |
| TE_DEFINE_VISITABLE | JoinCondition () | 
| Default constructor.  More... | |
| virtual | ~JoinCondition () | 
| Virtual destructor.  More... | |
A condition to be used in a Join clause.
Definition at line 44 of file JoinCondition.h.
      
  | 
  inherited | 
Definition at line 58 of file BaseVisitable.h.
      
  | 
  inherited | 
Definition at line 57 of file BaseVisitable.h.
      
  | 
  inline | 
Default constructor.
Definition at line 51 of file JoinCondition.h.
      
  | 
  inlinevirtual | 
Virtual destructor.
Definition at line 54 of file JoinCondition.h.
      
  | 
  pure virtualinherited | 
It call the visit method from the guest object.
| guest | The guest or visitor. | 
      
  | 
  pure virtual | 
It creates a new copy of this JoinCondition.
Implemented in te::da::JoinConditionOn, and te::da::JoinConditionUsing.
Referenced by te::da::new_clone().