Home
last modified time | relevance | path

Searched refs:OSharedConnection (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx43 DBG_NAME(OSharedConnection) in DBG_NAME() argument
44 OSharedConnection::OSharedConnection(Reference< XAggregation >& _rxProxyConnection) in DBG_NAME()
47 DBG_CTOR(OSharedConnection,NULL); in DBG_NAME()
51 OSharedConnection::~OSharedConnection() in ~OSharedConnection()
53 DBG_DTOR(OSharedConnection,NULL); in ~OSharedConnection()
56 void SAL_CALL OSharedConnection::disposing(void) in disposing()
98 sal_Bool SAL_CALL OSharedConnection::getAutoCommit( ) throw(SQLException, RuntimeException) in getAutoCommit()
107 void SAL_CALL OSharedConnection::commit( ) throw(SQLException, RuntimeException) in commit()
116 void SAL_CALL OSharedConnection::rollback( ) throw(SQLException, RuntimeException) in rollback()
125 sal_Bool SAL_CALL OSharedConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed()
[all …]
H A DSharedConnection.hxx82 class OSharedConnection : public ::comphelper::OBaseMutex class
88 virtual ~OSharedConnection();
90OSharedConnection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProx…
H A Dconnection.cxx84 IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
H A Ddatasource.cxx423 xRet = new OSharedConnection(xConProxy); in getConnection()

Completed in 39 milliseconds