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
Fields in org.postgresql.jdbc declared as PGXmlFactoryFactory Modifier and Type Field Description private PGXmlFactoryFactory
PgConnection. xmlFactoryFactory
Methods in org.postgresql.jdbc that return PGXmlFactoryFactory Modifier and Type Method Description PGXmlFactoryFactory
PgConnection. getXmlFactoryFactory()
private PGXmlFactoryFactory
PgSQLXML. 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
-