Raw TaQL parse tree node defining an alter table command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLConcTabNodeRep (const String &tableName, const TaQLMultiNode &tables, const TaQLMultiNode &subtableNames) | |
| virtual | ~TaQLConcTabNodeRep () |
| 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 TaQLConcTabNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| String | itsTableName |
| TaQLMultiNode | itsTables |
| TaQLMultiNode | itsSubTables |
Raw TaQL parse tree node defining an alter table command.
Internal
This class is a TaQLNodeRep holding the parts of the alter table command.
Definition at line 1294 of file TaQLNodeDer.h.
| casacore::TaQLConcTabNodeRep::TaQLConcTabNodeRep | ( | const String & | tableName, | |
| const TaQLMultiNode & | tables, | |||
| const TaQLMultiNode & | subtableNames | |||
| ) |
| virtual casacore::TaQLConcTabNodeRep::~TaQLConcTabNodeRep | ( | ) | [virtual] |
| static TaQLConcTabNodeRep* casacore::TaQLConcTabNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLConcTabNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLConcTabNodeRep::showDerived | ( | std::ostream & | os | ) | const [virtual] |
Implements casacore::TaQLQueryNodeRep.
| virtual TaQLNodeResult casacore::TaQLConcTabNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 1308 of file TaQLNodeDer.h.
Definition at line 1306 of file TaQLNodeDer.h.
Definition at line 1307 of file TaQLNodeDer.h.
1.6.1