Searched refs:isEmbeddedDatabase (Results 1 – 7 of 7) sorted by relevance
752 if ( m_pImpl->isEmbeddedDatabase() ) in buildLowLevelConnection()767 if ( m_pImpl->isEmbeddedDatabase() ) in buildLowLevelConnection()1406 OSL_ENSURE( m_pImpl->isEmbeddedDatabase(), "ODatabaseSource::flushed: no embedded database?!" ); in flushed()
268 …inline bool isEmbeddedDatabase() const { return ( m_sConnectURL.compareToAscii( "sdbc:embedded:", … in isEmbeddedDatabase() function in dbaccess::ODatabaseModelImpl
1019 if ( m_pImpl->isEmbeddedDatabase() ) in impl_storeAs_throw()
170 bool isEmbeddedDatabase( const ::rtl::OUString& _sURL ) const;
841 …aReturn.bEnabled = !m_aTypeCollection.isEmbeddedDatabase(::comphelper::getString(m_xDataSource->ge… in GetState()856 …isDataSourceReadOnly() && m_xDataSource.is() && !m_aTypeCollection.isEmbeddedDatabase(::comphelper… in GetState()912 if ( m_aTypeCollection.isEmbeddedDatabase( sURL ) ) in GetState()
308 bool ODsnTypeCollection::isEmbeddedDatabase( const ::rtl::OUString& _sURL ) const in isEmbeddedDatabase() function in dbaccess::ODsnTypeCollection
917 if ( m_pCollection->isEmbeddedDatabase(eType) ) in CreateDatabase()
Completed in 89 milliseconds