Home
last modified time | relevance | path

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

/AOO41X/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()
62 Reference< XStatement > SAL_CALL OSharedConnection::createStatement( ) throw(SQLException, Runtime… in createStatement()
71 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareStatement( const ::rtl::OUString… in prepareStatement()
80 Reference< XPreparedStatement > SAL_CALL OSharedConnection::prepareCall( const ::rtl::OUString& sql… in prepareCall()
89 ::rtl::OUString SAL_CALL OSharedConnection::nativeSQL( const ::rtl::OUString& sql ) throw(SQLExcept… in nativeSQL()
[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…
161 IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
H A Ddatasource.cxx423 xRet = new OSharedConnection(xConProxy); in getConnection()