Home
last modified time | relevance | path

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

/AOO41X/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( ) throw(SQLException, Ru… 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 ) throw(SQLE… in nativeSQL()
97 void SAL_CALL OConnectionWeakWrapper::setAutoCommit( sal_Bool autoCommit ) throw(SQLException, Runt… in setAutoCommit()
105 sal_Bool SAL_CALL OConnectionWeakWrapper::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
114 void SAL_CALL OConnectionWeakWrapper::commit( ) throw(SQLException, RuntimeException) in commit()
[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()