Searched refs:OSharedConnection (Results 1 – 3 of 3) sorted by relevance
43 DBG_NAME(OSharedConnection) in DBG_NAME() argument44 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 …]
82 class OSharedConnection : public ::comphelper::OBaseMutex class88 virtual ~OSharedConnection();90 …OSharedConnection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProx…161 IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
423 xRet = new OSharedConnection(xConProxy); in getConnection()