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

Rowid in table select expression tree. More...

#include <ExprDerNode.h>

Inheritance diagram for casa::TableExprNodeRowid:
casa::TableExprNodeBinary casa::TableExprNodeRep

List of all members.

Public Member Functions

 TableExprNodeRowid (const Table &)
 ~TableExprNodeRowid ()
Int64 getInt (const TableExprId &id)

Private Attributes

Vector< uIntrownrs_p

Detailed Description

Rowid in table select expression tree.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Prerequisite

Synopsis

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.


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from casa::TableExprNodeRep.


Member Data Documentation

Definition at line 397 of file ExprDerNode.h.


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