Describes support for stored procedures
Any procedure that you have developed in your database system (such as Oracle or Microsoft SQL Server) is added to the catalog during introspection. The stored procedure can be treated as a method and used in your code. Any procedure that uses vendor specific features, such as rowtype in Oracle, is not supported. Only standard SQL procedures are added to the catalog.