Raw TaQL parse tree node defining a delete command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLDeleteNodeRep (const TaQLMultiNode &tables, const TaQLNode &where, const TaQLNode &sort, const TaQLNode &limitoff) | |
| virtual | ~TaQLDeleteNodeRep () |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
| Visit a node for tree traversal. | |
| virtual void | show (std::ostream &os) const |
| Print the object in an ostream. | |
| virtual void | save (AipsIO &aio) const |
| Save the object. | |
Static Public Member Functions | |
| static TaQLDeleteNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| TaQLMultiNode | itsTables |
| TaQLNode | itsWhere |
| TaQLNode | itsSort |
| TaQLNode | itsLimitOff |
Raw TaQL parse tree node defining a delete command.
Internal
This class is a TaQLNodeRep holding the parts for a delete command.
Definition at line 954 of file TaQLNodeDer.h.
| casacore::TaQLDeleteNodeRep::TaQLDeleteNodeRep | ( | const TaQLMultiNode & | tables, | |
| const TaQLNode & | where, | |||
| const TaQLNode & | sort, | |||
| const TaQLNode & | limitoff | |||
| ) |
| virtual casacore::TaQLDeleteNodeRep::~TaQLDeleteNodeRep | ( | ) | [virtual] |
| static TaQLDeleteNodeRep* casacore::TaQLDeleteNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLDeleteNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLDeleteNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
| virtual TaQLNodeResult casacore::TaQLDeleteNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 968 of file TaQLNodeDer.h.
Definition at line 967 of file TaQLNodeDer.h.
Definition at line 965 of file TaQLNodeDer.h.
Definition at line 966 of file TaQLNodeDer.h.
1.6.1