Uses of Class
org.postgresql.pljava.internal.ByteBufferXMLReader
Packages that use ByteBufferXMLReader
Package
Description
Java classes implementing core PL/Java behavior.
PL/Java's specialized JDBC implementation that interacts directly with the
backend over SPI.
-
Uses of ByteBufferXMLReader in org.postgresql.pljava.internal
Subclasses of ByteBufferXMLReader in org.postgresql.pljava.internalModifier and TypeClassDescriptionclass
Class adapting aByteBufferXMLReader
to aVarlenaWrapper.Input
. -
Uses of ByteBufferXMLReader in org.postgresql.pljava.jdbc
Subclasses of ByteBufferXMLReader in org.postgresql.pljava.jdbcModifier and TypeClassDescriptionclass
An adapter presenting PostgreSQL'spg_node_tree
type (a serialized representation of a tree data structure) through the XML API (in, currently, an ad-hoc, schemaless rendering, but one with which some practical use might be made of the information, after a little study).