Package oracle.owb.transformation

Provides interfaces for functional design.

See:
          Description

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
 

Class Summary
ConnectInfo  
LanguageManager This class provides access to all supported languages.
LibraryManager LibraryManager class provides access to the OWB built-in global libraries.
PLSQLRecordAttribute  
TestFixture  
TestPublicAPI A TestSuite containing all JUnit tests for the OWB Transformation Public API.
TransformationUtility A TransformationUtility is a public class that defines some of the utility for Transformation.
 

Package oracle.owb.transformation Description

Provides interfaces for functional design.