Inline functions in pl/sql?

Posted by yesraaj on Stack Overflow See other posts from Stack Overflow or by yesraaj
Published on 2010-04-23T11:57:45Z Indexed on 2010/04/23 12:03 UTC
Read the original article Hit count: 406

Filed under:
|
|

I have 5 lines of code as function which is being called 100000 times is there a way to make the function inline so that I don't experienced a call overhead in PL/SQL.

© Stack Overflow or respective owner

Related posts about plsql

Related posts about inline