|
Interface Summary |
| Function |
Function interface represents a function or a procedure. |
| IOFunction |
IOFunction interface represents a Function within an Intelligence Module. |
| Language |
An interface representing a programming language. |
| Package |
Package interface represents a library of functions. |
| Parameter |
Parameter interface represents a parameter of a function or procedure. |
| PLSQLDatatypeSet |
PLSQLDatatypeSet represents the valid dataypes allowed in
PL/SQL language. |
| PLSQLRecordType |
This interface represents the PLSQL user defined type - PLSQL Record Type. |
| PLSQLTableType |
This interface represents the PLSQL user defined type - PLSQL Table Type. |
| Procedure |
Procedure interface represents a Procedure. |
| RefCursorType |
This interface represents the PLSQL user defined type - REF Cursor Type. |
| TableFunction |
This interface represents Oracle Table Function. |
| Transformation |
Transformation interface represents a super interface of function or
a procedure. |
| TransformationModule |
TransformationModule interface represents a collection of Packages,
Functions and Procedures in a Oracle Module or Global Shared Library |
Provides interfaces for functional design.