7.32 Sub-language Editor

Use to create and configure sub-languages.

A sub-language is a group of language elements which all have a common type, a use within a language.

For example, the Aggregation sub-language groups all the aggregation operators in SQL language.

The Sub-language Editor has the following tabs:

7.32.1 Definition

Properties Description
Name Name of the sub-language.
Type Types of language elements in the sub-language. The possible types are:
  • F: Function, for example, elements accepting parameters and returning values.

  • O: Operators, that put two words in relation.

  • KW: Key words of the language.

  • D: Default.

  • DC: Dictionaries.

  • BUIL: Built-in.

  • FIL: Files.

  • LS: Lists (in Jython language).

  • MATH: Package math (in Jython language).

  • OS: Package OS (in Jython language).

  • SNPSFTP: Package SNPSFTP (in Jython language).

  • SYS: Package SYS (in Jython language).

  • TIME: Package time (in Jython language).

  • S: Strings (in Jython language).

  • You can specify a custom type.

Used in a Procedure Shows that elements of the sub-language can be used in procedures.
Used in the Mapping Shows that elements of the sub-language can be used in mapping.
Used in the From clause Shows that elements of the sub-language can be used in FROM clauses.
Used in the Filter Shows that elements of the sub-language can be used in filters.
Color Color of the elements of the sub-language when displayed in the Expression Editor.

Oracle Fusion Middleware Developing Integration Projects with Oracle Data Integrator