Previous - Up - Next

3.4   Methods

Methods are object members providing implementation of the functionality of the object. Although similar to C functions, DML methods can have both a number of input parameters and zero, one or more output parameters. DML methods also support a basic exception handling mechanism using throw and try.

Previous - Up - Next