Files
loongoffice/connectivity/source/drivers/postgresql/postgresql-sdbc-impl.component
Noel Grandin 8435bffbcf connectivity/postgresql: create instances with uno constructors
See tdf#74608 for motivation.

Change-Id: I88e3706d799941fae7ed74e0f5de1cde827c0487
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98665
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-07-13 19:19:16 +02:00

18 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.comp.connectivity.pq.Connection.noext"
constructor="connectivity_postgresql_Connection_get_implementation">
<service name="com.sun.star.sdbc.Connection"/>
</implementation>
</component>