26#ifndef TABLES_TAQLRESULT_H 
   27#define TABLES_TAQLRESULT_H 
   31#include <casacore/casa/aips.h> 
   32#include <casacore/tables/TaQL/ExprNode.h> 
Bool isTable() const
Is the result a Table?
 
TableExprNode node() const
Return the result as a TableExprNode.
 
TaQLResult(const TableExprNode &)
Construct from a TableExprNode.
 
const Table & table() const
Return the result as a TableExprInfo.
 
TaQLResult(const Table &=Table())
Construct from a Table.
 
Bool isNull() const
Does the node contain no actual node?
 
this file contains all the compiler specific defines
 
bool Bool
Define the standard types used by Casacore.