Searched refs:OHsqlConnection (Results 1 – 3 of 3) sorted by relevance
119 void SAL_CALL OHsqlConnection::disposing(void) in disposing()126 OHsqlConnection::OHsqlConnection( const Reference< XDriver > _rxDriver, in OHsqlConnection() function in connectivity::hsqldb::OHsqlConnection138 OHsqlConnection::~OHsqlConnection() in ~OHsqlConnection()147 IMPLEMENT_FORWARD_XINTERFACE2(OHsqlConnection,OHsqlConnection_BASE,OConnectionWrapper) in IMPLEMENT_FORWARD_XINTERFACE2() argument149 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()256 Reference< XNameAccess > OHsqlConnection::impl_getTableContainer_throw() in impl_getTableContainer_throw()318 void OHsqlConnection::impl_checkExistingTable_throw( const ::rtl::OUString& _rTableName ) in impl_checkExistingTable_throw()[all …]
384 Reference< XComponent> xIfc = new OHsqlConnection( this, xOrig, m_xFactory ); in connect()
60 class OHsqlConnection :public ::comphelper::OBaseMutex class74 virtual ~OHsqlConnection();77 OHsqlConnection(
Completed in 29 milliseconds