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