Uses of Class
org.postgresql.pljava.internal.ByteBufferXMLReader
-
Packages that use ByteBufferXMLReader Package Description org.postgresql.pljava.internal Java classes implementing core PL/Java behavior.org.postgresql.pljava.jdbc 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.internal Modifier and Type Class Description class
VarlenaXMLRenderer
Class adapting aByteBufferXMLReader
to aVarlenaWrapper.Input
. -
Uses of ByteBufferXMLReader in org.postgresql.pljava.jdbc
Subclasses of ByteBufferXMLReader in org.postgresql.pljava.jdbc Modifier and Type Class Description class
PgNodeTreeAsXML
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).
-