Commit 8621164b authored by unknown's avatar unknown

comment of class edded

parent ef8cb92f
...@@ -890,6 +890,10 @@ class Item_ref :public Item_ident ...@@ -890,6 +890,10 @@ class Item_ref :public Item_ident
}; };
/*
The same as Item_ref, but get value from val_* family of method to get
value of item on which it referred instead of result* family.
*/
class Item_direct_ref :public Item_ref class Item_direct_ref :public Item_ref
{ {
public: public:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment