In file relquery.h:
class NestedRelInfo : public RelInfo
Contains information about a nested relation, e
Inheritance:
Public Fields
RelViewClass* | View
A pointer to the view associated with this relation
|
Public Methods
| NestedRelInfo (RelViewClass* NestedView, char* AName)
Constructor
|
virtual void | Print (ostream& OStr)
Prints a textual version of this relation's information
|
Public Fields
char AliasName[XXX_NODE_NAME_MAX]
XxxBool Nested
Documentation
Contains information about a nested relation, e.g., a view,
necesary to process a query.
RelViewClass* View
- A pointer to the view associated with this relation
NestedRelInfo(RelViewClass* NestedView, char* AName)
-
Constructor
- Parameters:
- Name - The name of the relation
AName - The alias of the relation
virtual void Print(ostream& OStr)
-
Prints a textual version of this relation's information
- Parameters:
- OStr - The stream to print to
- This class has no child classes.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de