Uses of Class
org.postgresql.pljava.internal.SyntheticXMLReader.EventCarrier
-
Packages that use SyntheticXMLReader.EventCarrier 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 SyntheticXMLReader.EventCarrier in org.postgresql.pljava.internal
Methods in org.postgresql.pljava.internal that return SyntheticXMLReader.EventCarrier Modifier and Type Method Description protected SyntheticXMLReader.EventCarrier
SyntheticXMLReader. exceptionCarrier(Exception e)
Produce anEventCarrier
that wraps a checked exception and will rethrow it when used, which can be returned by thenext()
method, which is not declared to throw any checked exceptions itself.protected SyntheticXMLReader.EventCarrier
ByteBufferXMLReader. next()
This implementation invokesnext(ByteBuffer)
to get some more events.protected abstract SyntheticXMLReader.EventCarrier
ByteBufferXMLReader. next(ByteBuffer buf)
Return null if no more events available, or anEventCarrier
that carries one or more.protected abstract SyntheticXMLReader.EventCarrier
SyntheticXMLReader. next()
The workhorse method for an implementing class to supply. -
Uses of SyntheticXMLReader.EventCarrier in org.postgresql.pljava.jdbc
Methods in org.postgresql.pljava.jdbc that return SyntheticXMLReader.EventCarrier Modifier and Type Method Description protected SyntheticXMLReader.EventCarrier
PgNodeTreeAsXML. next(ByteBuffer buf)
-