Uses of Interface
org.postgresql.xml.PGXmlFactoryFactory
-
Packages that use PGXmlFactoryFactory Package Description org.postgresql.core org.postgresql.jdbc org.postgresql.xml -
-
Uses of PGXmlFactoryFactory in org.postgresql.core
Methods in org.postgresql.core that return PGXmlFactoryFactory Modifier and Type Method Description PGXmlFactoryFactoryBaseConnection. getXmlFactoryFactory()Retrieve the factory to instantiate XML processing factories. -
Uses of PGXmlFactoryFactory in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return PGXmlFactoryFactory Modifier and Type Method Description PGXmlFactoryFactoryPgConnection. getXmlFactoryFactory() -
Uses of PGXmlFactoryFactory in org.postgresql.xml
Classes in org.postgresql.xml that implement PGXmlFactoryFactory Modifier and Type Class Description classDefaultPGXmlFactoryFactoryDefault implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.classLegacyInsecurePGXmlFactoryFactory
-