java.lang.Object
org.postgresql.pljava.example.annotation.AnyTest

public class AnyTest extends Object
Provides example methods to illustrate the polymorphic types any, anyarray, and anyelement.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    logAny(Object param)
    Log (at INFO level) the Java class received for the passed argument.
    static Object
    Log (at INFO level) the Java class received for the passed argument, and return the same value.
    static Object[]
    Return the Java object received for the passed argument, wrapped in a one-element array with the object's class as its element type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait