A Query is independent from the data source language/dialect. More...
#include <Query.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 Query * | clone () const =0 |
It creates a new copy of this query. More... | |
TE_DEFINE_VISITABLE | Query () |
Default constructor. More... | |
virtual | ~Query () |
Virtual destructor. More... | |
A Query is independent from the data source language/dialect.
|
inherited |
Definition at line 58 of file BaseVisitable.h.
|
inherited |
Definition at line 57 of file BaseVisitable.h.
|
inline |
|
inlinevirtual |
|
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 query.
Implemented in te::da::Select, and te::da::Insert.
Referenced by te::da::new_clone().