summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-01-15 12:18:03 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-15 12:38:00 +0000
commit8e427a08f12495f9515294e4d14587a7da6add9b (patch)
treebf4c825470ab9022979d5f0f3ca1c5ec58d41b4f /connectivity
parent07f517232086d3d1bdc66202a51165b3879bb7f5 (diff)
PostgreSQL statement: deliver promised XMultipleResults interface
Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490 Reviewed-on: https://gerrit.libreoffice.org/13923 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_statement.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_statement.cxx b/connectivity/source/drivers/postgresql/pq_statement.cxx
index 5c20b9a989f6..9b5fbe5c25b0 100644
--- a/connectivity/source/drivers/postgresql/pq_statement.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statement.cxx
@@ -199,6 +199,7 @@ Any Statement::queryInterface( const Type & reqType ) throw (RuntimeException, s
static_cast< com::sun::star::sdbc::XResultSetMetaDataSupplier * > ( this ),
static_cast< XCloseable * > ( this ),
static_cast< XPropertySet * > ( this ),
+ static_cast< XMultipleResults * > ( this ),
static_cast< XMultiPropertySet * > ( this ),
static_cast< XGeneratedResultSet * > ( this ),
static_cast< XFastPropertySet * > ( this ) );