Searched refs:OConnectionWeakWrapper (Results 1 – 3 of 3) sorted by relevance
41 OConnectionWeakWrapper::OConnectionWeakWrapper(Reference< XAggregation >& _xConnection) in OConnectionWeakWrapper() function in OConnectionWeakWrapper48 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 …]
43 class OConnectionWeakWrapper : public ::comphelper::OBaseMutex class50 virtual ~OConnectionWeakWrapper();52 …OConnectionWeakWrapper(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _x…
76 m_xComponent = new OConnectionWeakWrapper(xConProxy); in getConnection()