oracle.owb.transformation
Interface TableFunction


interface TableFunction

This interface represents Oracle Table Function. A TableFunction is a Function which takes in a RefCursorType as a parameter and returns a set of rows, so it's return type is a PLSQLTableType It can be instantiated only from an OracleModule or a TransformationModule by createTableFunction() or retrieveTableFunction() methods.