casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Public Attributes
casa::TaQLCountNodeRep Class Reference

Raw TaQL parse tree node defining a count command. More...

#include <TaQLNodeDer.h>

Inheritance diagram for casa::TaQLCountNodeRep:
casa::TaQLQueryNodeRep casa::TaQLNodeRep

List of all members.

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 TaQLCountNodeReprestore (AipsIO &aio)

Public Attributes

TaQLNode itsColumns
TaQLMultiNode itsTables
TaQLNode itsWhere

Detailed Description

Raw TaQL parse tree node defining a count command.

Intended use:

Internal

Review Status

Test programs:
tTaQLNode

Prerequisite

Synopsis

This class is a TaQLNodeRep holding the parts for a count command.

Definition at line 864 of file TaQLNodeDer.h.


Constructor & Destructor Documentation

casa::TaQLCountNodeRep::TaQLCountNodeRep ( const TaQLNode columns,
const TaQLMultiNode tables,
const TaQLNode where 
)

Member Function Documentation

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]

Visit a node for tree traversal.

Implements casa::TaQLNodeRep.


Member Data Documentation

Definition at line 875 of file TaQLNodeDer.h.

Definition at line 876 of file TaQLNodeDer.h.

Definition at line 877 of file TaQLNodeDer.h.


The documentation for this class was generated from the following file: