Tag: cws_src680_dba27
User: fs      
Date: 05/03/18 00:09:00

Modified:
 /dba/dbaccess/source/core/dataaccess/
  ModelImpl.hxx

Log:
 #i45153# +isEmbeddedDatabase

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: ModelImpl.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.hxx?r1=1.2&r2=1.2.6.1
Delta lines:  +6 -2
-------------------
--- ModelImpl.hxx       10 Mar 2005 16:32:51 -0000      1.2
+++ ModelImpl.hxx       18 Mar 2005 08:08:57 -0000      1.2.6.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: ModelImpl.hxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.6.1 $
  *
- *  last change: $Author: vg $ $Date: 2005/03/10 16:32:51 $
+ *  last change: $Author: fs $ $Date: 2005/03/18 08:08:57 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -266,6 +266,10 @@
 
 
        void lateInit();
+
+    /** determines whether the database document has an embedded data storage
+    */
+    inline bool isEmbeddedDatabase() const { return ( 
m_sConnectURL.compareToAscii( "sdbc:embedded:", 14 ) == 0 ); }
 
     /** stores the embedded storage ("database")
                @return <TRUE/> if the storage could be commited, otherwise 
<FALSE/>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to