Raw TaQL parse tree node defining a create table command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLCreTabNodeRep (const TaQLNode &giving, const TaQLMultiNode &cols, const TaQLNode &limit, const TaQLMultiNode &dminfo) | |
| virtual | ~TaQLCreTabNodeRep () |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
| Visit a node for tree traversal. | |
| virtual void | showDerived (std::ostream &os) const |
| virtual void | save (AipsIO &aio) const |
| Save the object. | |
Static Public Member Functions | |
| static TaQLCreTabNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| TaQLNode | itsGiving |
| TaQLMultiNode | itsColumns |
| TaQLNode | itsLimit |
| TaQLMultiNode | itsDMInfo |
Raw TaQL parse tree node defining a create table command.
Internal
This class is a TaQLNodeRep holding the parts of the create table command.
Definition at line 1020 of file TaQLNodeDer.h.
| casacore::TaQLCreTabNodeRep::TaQLCreTabNodeRep | ( | const TaQLNode & | giving, | |
| const TaQLMultiNode & | cols, | |||
| const TaQLNode & | limit, | |||
| const TaQLMultiNode & | dminfo | |||
| ) |
| virtual casacore::TaQLCreTabNodeRep::~TaQLCreTabNodeRep | ( | ) | [virtual] |
| static TaQLCreTabNodeRep* casacore::TaQLCreTabNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLCreTabNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLCreTabNodeRep::showDerived | ( | std::ostream & | os | ) | const [virtual] |
Implements casacore::TaQLQueryNodeRep.
| virtual TaQLNodeResult casacore::TaQLCreTabNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 1032 of file TaQLNodeDer.h.
Definition at line 1034 of file TaQLNodeDer.h.
Definition at line 1031 of file TaQLNodeDer.h.
Definition at line 1033 of file TaQLNodeDer.h.
1.6.1