- java.lang.Object
-
- org.postgresql.pljava.Adjusting
-
public final class Adjusting extends Object
Convenience class whose member classes will provide APIs that in some way adjust aspects of PL/Java's behavior.The intention is that a single
import org.postgresql.pljava.Adjusting;
will make various adjusting API classes available with easily readable references likeAdjusting.XML.SAXSource
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Adjusting.XML
Class that collects adjustment APIs for affecting the behavior of PL/Java's XML support.
-