User: vg Date: 05/03/23 01:45:39 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.hxx
Log: INTEGRATION: CWS dba26 (1.2.4); FILE MERGED 2005/03/18 08:17:53 fs 1.2.4.1: #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.3 Delta lines: +7 -3 ------------------- --- ModelImpl.hxx 10 Mar 2005 16:32:51 -0000 1.2 +++ ModelImpl.hxx 23 Mar 2005 09:45:36 -0000 1.3 @@ -267,6 +267,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]
