6 MLE JavaScript Functions
This chapter introduces the use of call specifications to publish
JavaScript functions so that they can be called from SQL and PL/SQL. MLE's support of OUT
and
IN OUT
parameters is also discussed.
Topics
- Call Specifications for Functions
Call specifications for modules and inline MLE call specifications allow you to implement JavaScript functionality. - OUT and IN OUT Parameters
UseOUT
andIN OUT
parameters with MLE JavaScript functions.