User-defined methods

You can use user-defined methods to create, modify, or query the values of structured user-defined types.
You can call the methods that are defined for each type by using one of the following syntax:
Method syntax
To call a method by using the method syntax, follow these steps:
  1. Specify the method name preceded by a reference to a structured type instance and the double dot operator.
  2. Follow this with the list of arguments enclosed in parentheses.

Example:

IDMMX.DM_MiningData()..DM_defMiningData(source_table_name)
Function syntax
To call a method by using the function syntax, specify the method name followed by the structured type instance in parentheses and the list of arguments.

Example:

IDMMX.DM_defMiningData(IDMMX.DM_MiningData(),source_table_name)


Feedback | Information roadmap