A ProcedureReader to read the source of an Oracle procedure.
Packages are handled properly. The Oracle JDBC driver
reports the package name in the catalog column
of the getProcedures() ResultSet.
The method
OracleProcedureReader.readProcedureSource(ProcedureDefinition) the
catalog definition of the ProcedureDefinition is checked. If it's not
null it is assumed that this the definition is actually a package.
See Also:workbench.db.JdbcProcedureReader author: support@sql-workbench.net