Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx41 OConnectionWeakWrapper::OConnectionWeakWrapper(Reference< XAggregation >& _xConnection) in OConnectionWeakWrapper() function in OConnectionWeakWrapper
48 OConnectionWeakWrapper::~OConnectionWeakWrapper() in ~OConnectionWeakWrapper()
58 IMPLEMENT_SERVICE_INFO(OConnectionWeakWrapper, "com.sun.star.sdbc.drivers.OConnectionWeakWrapper", …
61 Reference< XStatement > SAL_CALL OConnectionWeakWrapper::createStatement( ) in createStatement()
70 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareStatement( const ::rtl::OUS… in prepareStatement()
79 Reference< XPreparedStatement > SAL_CALL OConnectionWeakWrapper::prepareCall( const ::rtl::OUString… in prepareCall()
88 ::rtl::OUString SAL_CALL OConnectionWeakWrapper::nativeSQL( const ::rtl::OUString& sql ) in nativeSQL()
97 void SAL_CALL OConnectionWeakWrapper::setAutoCommit( sal_Bool autoCommit ) in setAutoCommit()
105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) in getAutoCommit()
114 void SAL_CALL OConnectionWeakWrapper::commit( ) in commit()
[all …]
H A DZConnectionWrapper.hxx43 class OConnectionWeakWrapper : public ::comphelper::OBaseMutex class
50 virtual ~OConnectionWeakWrapper();
52 …OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _x…
H A DZPooledConnection.cxx76 m_xComponent = new OConnectionWeakWrapper(xConProxy); in getConnection()