Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.jdbc | |
org.postgresql.xml |
Modifier and Type | Method and Description |
---|---|
PGXmlFactoryFactory |
BaseConnection.getXmlFactoryFactory()
Retrieve the factory to instantiate XML processing factories.
|
Modifier and Type | Field and Description |
---|---|
private PGXmlFactoryFactory |
PgConnection.xmlFactoryFactory |
Modifier and Type | Method and Description |
---|---|
PGXmlFactoryFactory |
PgConnection.getXmlFactoryFactory() |
private PGXmlFactoryFactory |
PgSQLXML.getXmlFactoryFactory() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPGXmlFactoryFactory
Default implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.
|
class |
LegacyInsecurePGXmlFactoryFactory |