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, const TaQLNode &limit) | |
TaQLInsertNodeRep (const TaQLMultiNode &tables, const TaQLMultiNode &insert) | |
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 |
TaQLNode | itsLimit |
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 921 of file TaQLNodeDer.h.
casacore::TaQLInsertNodeRep::TaQLInsertNodeRep | ( | const TaQLMultiNode & | tables, | |
const TaQLMultiNode & | columns, | |||
const TaQLNode & | values, | |||
const TaQLNode & | limit | |||
) |
casacore::TaQLInsertNodeRep::TaQLInsertNodeRep | ( | const TaQLMultiNode & | tables, | |
const TaQLMultiNode & | insert | |||
) |
virtual casacore::TaQLInsertNodeRep::~TaQLInsertNodeRep | ( | ) | [virtual] |
static TaQLInsertNodeRep* casacore::TaQLInsertNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casacore::TaQLInsertNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
virtual void casacore::TaQLInsertNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
virtual TaQLNodeResult casacore::TaQLInsertNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 934 of file TaQLNodeDer.h.
Definition at line 936 of file TaQLNodeDer.h.
Definition at line 933 of file TaQLNodeDer.h.
Definition at line 935 of file TaQLNodeDer.h.