module PLRuby::Description
Pseudo module to describe the syntax to define function and triggers
There is documentation for
-
To create a function
-
PLRuby::Description::Function::SFRM
To create a function returning SET (SFRM Materialize)
-
PLRuby::Description::Function::ExprMultiResult
To create a function returning SET (ExprMultiResult)
-
To define a trigger
-
PLRuby::Description::Singleton_method
To define singleton methods
-
PLRuby::Description::Conversion
What conversions are done when this option is not disabled (–disable-conversion)