Sunday, November 7, 2010

Oracle Function Overloading

things to keep in mind

1. you can't overload by merely changing the return type
  - meaning you must change the number, name, order or data type of the parameters (but I'm a bit skeptic over changing the name - I haven't tested it yet)

No comments:

Post a Comment