Page 1 of 1

PLDOC support or how can I add comments between FUNCTION keyword and FunctionName

Posted: Thu 06 Apr 2017 09:05
by Pesse
Hi guys,

I'm pretty new to dbForge and wonder if it's possible to add a comment between the FUNCTION Keyword and the actual function Name. Example:

Code: Select all

CREATE OR REPLACE FUNCTION 
/** This is a test PLDOC comment
*/
myFunction ( i_input INTEGER ) RETURN ...
Unfortunately this method is the only way you can add PLDOC valid comments to a Schema function or procedure. Everytime I try to do this it's getting eliminated by dbForge IDE during compilation.

Thanks in advance for any replies.
Pesse

Re: PLDOC support or how can I add comments between FUNCTION keyword and FunctionName

Posted: Fri 07 Apr 2017 14:37
by alexa
In dbForge, you can specify comments in the BEGIN...END block instead.