Module org.postgresql.pljava.internal
Contains PL/Java's internal implementation.
-
-
Packages
Package Exported To Modules Description org.postgresql.pljava.elog java.logging PL/Java's legacy bridge code betweenjava.util.logging
and PostgreSQL's error logging mechanisms, isolated here in a package that can be exported to thejava.logging
module, as that API requires.org.postgresql.pljava.internal None Java classes implementing core PL/Java behavior.org.postgresql.pljava.jdbc None PL/Java's specialized JDBC implementation that interacts directly with the backend over SPI.org.postgresql.pljava.management None Implementation of the functions specified by the SQL/JRT spec in thesqlj
schema, and related PL/Java-specific ones.org.postgresql.pljava.mbeans All Modules Interfaces defining the views on PL/Java's internals that are available through the Java Management Extensions, isolated here in an exportable package, as the interfaces must be accessible to a JMX module that is dynamic and unnamed.org.postgresql.pljava.policy java.base Package implementing custom Java security policy useful while migrating existing code to policy-based PL/Java; allows permission checks denied by the main policy to succeed, while logging them so any needed permission grants can be identified and added to the main policy.org.postgresql.pljava.sqlj None PL/Java's classloading from the jars managed byinstallJar
.Indirect Exports From Packages java.base com.sun.security.ntlm java.io java.lang java.lang.annotation java.lang.constant java.lang.invoke java.lang.module java.lang.ref java.lang.reflect java.math java.net java.net.spi java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.nio.file java.nio.file.attribute java.nio.file.spi java.security java.security.acl java.security.cert java.security.interfaces java.security.spec java.text java.text.spi java.time java.time.chrono java.time.format java.time.temporal java.time.zone java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.function java.util.jar java.util.regex java.util.spi java.util.stream java.util.zip javax.crypto javax.crypto.interfaces javax.crypto.spec javax.net javax.net.ssl javax.security.auth javax.security.auth.callback javax.security.auth.login javax.security.auth.spi javax.security.auth.x500 javax.security.cert jdk.internal jdk.internal.access jdk.internal.event jdk.internal.jimage jdk.internal.jimage.decompressor jdk.internal.jmod jdk.internal.loader jdk.internal.logger jdk.internal.misc jdk.internal.module jdk.internal.org.objectweb.asm jdk.internal.org.objectweb.asm.commons jdk.internal.org.objectweb.asm.signature jdk.internal.org.objectweb.asm.tree jdk.internal.org.objectweb.asm.util jdk.internal.org.xml.sax jdk.internal.org.xml.sax.helpers jdk.internal.perf jdk.internal.ref jdk.internal.reflect jdk.internal.util.jar jdk.internal.util.xml jdk.internal.util.xml.impl jdk.internal.vm jdk.internal.vm.annotation sun.net sun.net.dns sun.net.ext sun.net.util sun.net.www sun.net.www.protocol.http sun.nio.ch sun.nio.cs sun.reflect.annotation sun.reflect.generics.reflectiveObjects sun.reflect.misc sun.security.action sun.security.internal.interfaces sun.security.internal.spec sun.security.jca sun.security.pkcs sun.security.provider sun.security.provider.certpath sun.security.rsa sun.security.timestamp sun.security.tools sun.security.util sun.security.util.math sun.security.util.math.intpoly sun.security.validator sun.security.x509 sun.util.cldr sun.util.locale.provider sun.util.logging sun.util.resources java.management com.sun.jmx.remote.internal com.sun.jmx.remote.security com.sun.jmx.remote.util java.lang.management javax.management javax.management.loading javax.management.modelmbean javax.management.monitor javax.management.openmbean javax.management.relation javax.management.remote javax.management.timer sun.management sun.management.counter sun.management.counter.perf sun.management.spi org.postgresql.pljava org.postgresql.pljava org.postgresql.pljava.annotation org.postgresql.pljava.annotation.processing org.postgresql.pljava.sqlgen
-
Services
Provides Type Description CharsetProvider
(Implementation(s): org.postgresql.pljava.internal.SQL_ASCII.Provider)Driver
(Implementation(s): SPIDriver)Session
(Implementation(s): Session)URLStreamHandlerProvider
(Implementation(s): Handler)
-