Lines Matching refs:OHsqlConnection

119     void SAL_CALL OHsqlConnection::disposing(void)  in disposing()
126 OHsqlConnection::OHsqlConnection( const Reference< XDriver > _rxDriver, in OHsqlConnection() function in connectivity::hsqldb::OHsqlConnection
138 OHsqlConnection::~OHsqlConnection() in ~OHsqlConnection()
147 IMPLEMENT_FORWARD_XINTERFACE2(OHsqlConnection,OHsqlConnection_BASE,OConnectionWrapper) in IMPLEMENT_FORWARD_XINTERFACE2() argument
148 …IMPLEMENT_SERVICE_INFO(OHsqlConnection, "com.sun.star.sdbc.drivers.hsqldb.OHsqlConnection", "com.s… in IMPLEMENT_FORWARD_XINTERFACE2()
149 IMPLEMENT_FORWARD_XTYPEPROVIDER2(OHsqlConnection,OHsqlConnection_BASE,OConnectionWrapper) in IMPLEMENT_FORWARD_XINTERFACE2()
152 ::osl::Mutex& OHsqlConnection::getMutex() const in IMPLEMENT_FORWARD_XINTERFACE2()
158 void OHsqlConnection::checkDisposed() const in checkDisposed()
165 void SAL_CALL OHsqlConnection::flush( ) throw (RuntimeException) in flush()
203 …void SAL_CALL OHsqlConnection::addFlushListener( const Reference< XFlushListener >& l ) throw (Run… in addFlushListener()
210 …void SAL_CALL OHsqlConnection::removeFlushListener( const Reference< XFlushListener >& l ) throw (… in removeFlushListener()
217 …Reference< XGraphic > SAL_CALL OHsqlConnection::getTableIcon( const ::rtl::OUString& _TableName, :… in getTableIcon()
229 …Reference< XInterface > SAL_CALL OHsqlConnection::getTableEditor( const Reference< XDatabaseDocume… in getTableEditor()
256 Reference< XNameAccess > OHsqlConnection::impl_getTableContainer_throw() in impl_getTableContainer_throw()
281 …Reference< XExecutableDialog > OHsqlConnection::impl_createLinkedTableEditor_throw( const Referenc…
318 void OHsqlConnection::impl_checkExistingTable_throw( const ::rtl::OUString& _rTableName ) in impl_checkExistingTable_throw()
346 bool OHsqlConnection::impl_isTextTable_nothrow( const ::rtl::OUString& _rTableName ) in impl_isTextTable_nothrow()
383 Reference< XGraphic > OHsqlConnection::impl_getTextTableIcon_nothrow( ::sal_Int32 _ColorMode ) in impl_getTextTableIcon_nothrow()