Class PassXML.SQLXMLProxy

java.lang.Object
org.postgresql.pljava.example.annotation.PassXML.SQLXMLProxy
All Implemented Interfaces:
SQLXML
Enclosing class:
PassXML

public static class PassXML.SQLXMLProxy extends Object implements SQLXML
Class that will proxy methods to another SQLXML class.

Used for testing the PL/Java can accept input for PostgreSQL from an SQLXML object not of its own implementation (for example, one obtained from a different JDBC driver from some other database).

Only the getSource method is specially treated, to allow exercising the various flavors of source.