org.postgresql.pljava.example
Class UsingPropertiesAsScalarSet

java.lang.Object
  extended by 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

Constructor Summary
UsingPropertiesAsScalarSet()
           
 
Method Summary
static Iterator getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsingPropertiesAsScalarSet

public UsingPropertiesAsScalarSet()
Method Detail

getProperties

public static Iterator getProperties()
                              throws SQLException
Throws:
SQLException