Class PassXML.SQLXMLProxy
java.lang.Object
org.postgresql.pljava.example.annotation.PassXML.SQLXMLProxy
- All Implemented Interfaces:
SQLXML
- Enclosing class:
PassXML
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.
-
Constructor Details
-
SQLXMLProxy
-
-
Method Details
-
free
- Specified by:
freein interfaceSQLXML- Throws:
SQLException
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceSQLXML- Throws:
SQLException
-
setBinaryStream
- Specified by:
setBinaryStreamin interfaceSQLXML- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceSQLXML- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceSQLXML- Throws:
SQLException
-
getString
- Specified by:
getStringin interfaceSQLXML- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceSQLXML- Throws:
SQLException
-
getSource
- Specified by:
getSourcein interfaceSQLXML- Throws:
SQLException
-
setResult
- Specified by:
setResultin interfaceSQLXML- Throws:
SQLException
-