Community

Set Returning Functions with PL/Java in PostgreSQL

(Johann Oskarsson) There are three different ways to return sets from PL/Java stored procedures in PostgreSQL. Here we go through the steps necessary to return a set of the basic types using an Iterator and complex types with the ResultSetProvider interface.

Read More - Register for Free Membership