summaryrefslogtreecommitdiff
path: root/offapi/type_reference
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/type_reference')
-rw-r--r--offapi/type_reference/offapi.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index eb20847723b9..99ad946e8f05 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -10212,6 +10212,8 @@ module com {
};
module sdbc {
published interface XDataSource {
+ [attribute] boolean MigrationNeeded;
+ string getConnectionUrl();
interface ::com::sun::star::uno::XInterface;
::com::sun::star::sdbc::XConnection getConnection([in] string user, [in] string password) raises (::com::sun::star::sdbc::SQLException);
void setLoginTimeout([in] long seconds) raises (::com::sun::star::sdbc::SQLException);