Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx41 OConnectionWeakWrapper::OConnectionWeakWrapper(Reference< XAggregation >& _xConnection) in OConnectionWeakWrapper() function in OConnectionWeakWrapper
48 OConnectionWeakWrapper::~OConnectionWeakWrapper() in ~OConnectionWeakWrapper()
105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
114 void SAL_CALL OConnectionWeakWrapper::commit( ) throw(SQLException, RuntimeException) in commit()
123 void SAL_CALL OConnectionWeakWrapper::rollback( ) throw(SQLException, RuntimeException) in rollback()
132 sal_Bool SAL_CALL OConnectionWeakWrapper::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
157 sal_Bool SAL_CALL OConnectionWeakWrapper::isReadOnly( ) throw(SQLException, RuntimeException) in isReadOnly()
221 void SAL_CALL OConnectionWeakWrapper::close( ) throw(SQLException, RuntimeException) in close()
231 void OConnectionWeakWrapper::disposing() in disposing()
241 IMPLEMENT_FORWARD_XINTERFACE2(OConnectionWeakWrapper,OConnectionWeakWrapper_BASE,OConnectionWrapper)
[all …]
H A DZConnectionWrapper.hxx43 class OConnectionWeakWrapper : public ::comphelper::OBaseMutex class
50 virtual ~OConnectionWeakWrapper();
52OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _x…
H A DZPooledConnection.cxx76 m_xComponent = new OConnectionWeakWrapper(xConProxy); in getConnection()

Completed in 15 milliseconds