casa
$Rev:20696$
|
Raw TaQL parse tree node defining a count command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLCountNodeRep (const TaQLNode &columns, const TaQLMultiNode &tables, const TaQLNode &where) | |
virtual | ~TaQLCountNodeRep () |
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 TaQLCountNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
TaQLNode | itsColumns |
TaQLMultiNode | itsTables |
TaQLNode | itsWhere |
Raw TaQL parse tree node defining a count command.
Internal
This class is a TaQLNodeRep holding the parts for a count command.
Definition at line 864 of file TaQLNodeDer.h.
casa::TaQLCountNodeRep::TaQLCountNodeRep | ( | const TaQLNode & | columns, |
const TaQLMultiNode & | tables, | ||
const TaQLNode & | where | ||
) |
virtual casa::TaQLCountNodeRep::~TaQLCountNodeRep | ( | ) | [virtual] |
static TaQLCountNodeRep* casa::TaQLCountNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casa::TaQLCountNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casa::TaQLNodeRep.
virtual void casa::TaQLCountNodeRep::showDerived | ( | std::ostream & | os | ) | const [virtual] |
Implements casa::TaQLQueryNodeRep.
virtual TaQLNodeResult casa::TaQLCountNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casa::TaQLNodeRep.
Definition at line 875 of file TaQLNodeDer.h.
Definition at line 876 of file TaQLNodeDer.h.
Definition at line 877 of file TaQLNodeDer.h.