org.postgresql.pljava.example
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsingPropertiesAsScalarSet
public UsingPropertiesAsScalarSet()
getProperties
public static Iterator getProperties()
throws SQLException
- Throws:
SQLException