Class UsingPropertiesAsScalarSet

java.lang.Object
org.postgresql.pljava.example.UsingPropertiesAsScalarSet

public class UsingPropertiesAsScalarSet extends Object
This implementation uses another function that returns a set of a complex type, concatenates the name and value of that type and returns this as a set of a scalar type. Somewhat cumbersome way to display properties but it's a good test.
Author:
Thomas Hallgren