Home
last modified time | relevance | path

Searched refs:OHsqlConnection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx119 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()
[all …]
H A DHDriver.cxx384 Reference< XComponent> xIfc = new OHsqlConnection( this, xOrig, m_xFactory ); in connect()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHConnection.hxx60 class OHsqlConnection :public ::comphelper::OBaseMutex class
74 virtual ~OHsqlConnection();
77 OHsqlConnection(