Keyword PIPELINED unknown
Status: Alpha
Brought to you by:
altumano
Thx for PLDoc, its a very usefull tool!
With pipilend Functions I got an parsing error:
FUNCTION get_dates
( p_start_datum IN DATE
, p_return_werte IN NUMBER
, p_inkrement IN NUMBER
)
RETURN type_date PIPELINED;
Was expecting one of:
"AS" ...
"DETERMINISTIC" ...
"IS" ...
"PARALLEL_ENABLE" ...
";" ...
"%" ...
"@" ...
"." ...
mh@ordix.de
Logged In: YES
user_id=86901
This PIPELINED is not documented in Oracle documentation
syntax diagrams. That's why I missed it.
Now it's fixed in CVS.
You might want to try the latest nightly build
(http://pldoc.sourceforge.net/nightlybuild/pldoc-200404250615.zip)
Logged In: YES
user_id=86901
strange but looks like the fix have disappeared (did I
really fix it ?)
Now fixed in CVS, created nightly build.