Class RecordParameterDefaults

java.lang.Object
org.postgresql.pljava.example.annotation.RecordParameterDefaults
All Implemented Interfaces:
ResultSetProvider

public class RecordParameterDefaults extends Object implements ResultSetProvider
Example demonstrating the use of a RECORD parameter as a way to supply an arbitrary sequence of named, typed parameters to a PL/Java function.

Also tests the proper DDR generation of defaults for such parameters.