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 PGXmlFactoryFactory
BaseConnection. 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 PGXmlFactoryFactory
PgConnection. getXmlFactoryFactory()
-
Uses of PGXmlFactoryFactory in org.postgresql.xml
Classes in org.postgresql.xml that implement PGXmlFactoryFactory Modifier and Type Class Description class
DefaultPGXmlFactoryFactory
Default implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.class
LegacyInsecurePGXmlFactoryFactory
-