casa
$Rev:20696$
|
Rowid in table select expression tree. More...
#include <ExprDerNode.h>
Public Member Functions | |
TableExprNodeRowid (const Table &) | |
~TableExprNodeRowid () | |
Int64 | getInt (const TableExprId &id) |
Private Attributes | |
Vector< uInt > | rownrs_p |
Rowid in table select expression tree.
Internal
This class represents the rowid() function in a table select expression tree. It is meant to get the original row number in a GIVING clause, but, of course, it can also be used in the SELECT clause. The row number returned is 0-based.
Definition at line 390 of file ExprDerNode.h.
casa::TableExprNodeRowid::TableExprNodeRowid | ( | const Table & | ) |
Int64 casa::TableExprNodeRowid::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Vector<uInt> casa::TableExprNodeRowid::rownrs_p [private] |
Definition at line 397 of file ExprDerNode.h.