summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MConnection.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-10-15 11:59:14 +0000
committerOcke Janssen <oj@openoffice.org>2001-10-15 11:59:14 +0000
commit40fd9214e1b577933ce7715d9b8f3799f127a903 (patch)
treea691789444fd3932beecade808cea046678c5016 /connectivity/source/drivers/mozab/MConnection.hxx
parent3443bcfbe69a5d52871f01bd9372ab2ac78e783b (diff)
#92124# split driver
Diffstat (limited to 'connectivity/source/drivers/mozab/MConnection.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MConnection.hxx17
1 files changed, 6 insertions, 11 deletions
diff --git a/connectivity/source/drivers/mozab/MConnection.hxx b/connectivity/source/drivers/mozab/MConnection.hxx
index 0c1b600e65d3..69b00fbcd701 100644
--- a/connectivity/source/drivers/mozab/MConnection.hxx
+++ b/connectivity/source/drivers/mozab/MConnection.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MConnection.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mmaher $ $Date: 2001-10-11 10:07:54 $
+ * last change: $Author: oj $ $Date: 2001-10-15 12:57:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,9 +120,6 @@ namespace connectivity
//====================================================================
// Data attributes
//====================================================================
- TTypeInfoVector m_aTypeInfo; // vector containing an entry
- // for each row returned by
- // DatabaseMetaData.getTypeInfo.
::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData;
connectivity::OWeakRefArray m_aStatements; // vector containing a list
@@ -131,7 +128,7 @@ namespace connectivity
::com::sun::star::sdbc::SQLWarning m_aLastWarning; // Last SQLWarning generated by
// an operation
- ::rtl::OUString m_aURL; // URL of connection
+ ::rtl::OUString m_sURL; // contains the real url set by construct
::rtl::OUString m_sUser; // the user name
MozabDriver* m_pDriver; // Pointer to the owning
// driver object
@@ -152,8 +149,6 @@ namespace connectivity
sal_Bool m_bOutlookExpress;
// End of Additions from the land of mozilla
- void buildTypeInfo() throw( ::com::sun::star::sdbc::SQLException);
-
public:
virtual void construct( const ::rtl::OUString& url,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info) throw(::com::sun::star::sdbc::SQLException);
@@ -204,10 +199,10 @@ namespace connectivity
// XNameAccess i/f to access tables.
::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XTablesSupplier > SAL_CALL createCatalog();
- // Additions from the land of mozilla
- rtl::OUString getConnectionURL() const
- { return m_aURL; }
+ ::rtl::OUString getConnectionURL() const { return m_sURL; }
+
+ // Additions from the land of mozilla
rtl::OUString getMozURI() const
{ return m_sMozillaURI; }