casa
$Rev:20696$
|
Raw TaQL parse tree node defining an insert command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLInsertNodeRep (const TaQLMultiNode &tables, const TaQLMultiNode &columns, const TaQLNode &values) | |
virtual | ~TaQLInsertNodeRep () |
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 TaQLInsertNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
TaQLMultiNode | itsTables |
TaQLMultiNode | itsColumns |
TaQLNode | itsValues |
Raw TaQL parse tree node defining an insert command.
Internal
This class is a TaQLNodeRep holding the parts for an insert command. The values cvan be a list of expressions or a subquery.
Definition at line 936 of file TaQLNodeDer.h.
casa::TaQLInsertNodeRep::TaQLInsertNodeRep | ( | const TaQLMultiNode & | tables, |
const TaQLMultiNode & | columns, | ||
const TaQLNode & | values | ||
) | [inline] |
Definition at line 939 of file TaQLNodeDer.h.
virtual casa::TaQLInsertNodeRep::~TaQLInsertNodeRep | ( | ) | [virtual] |
static TaQLInsertNodeRep* casa::TaQLInsertNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casa::TaQLInsertNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casa::TaQLNodeRep.
virtual void casa::TaQLInsertNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casa::TaQLNodeRep.
virtual TaQLNodeResult casa::TaQLInsertNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casa::TaQLNodeRep.
Definition at line 950 of file TaQLNodeDer.h.
Definition at line 949 of file TaQLNodeDer.h.
Definition at line 951 of file TaQLNodeDer.h.