Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx93 DBG_NAME(OptimisticSet) in DBG_NAME() argument
95 OptimisticSet::OptimisticSet(const ::comphelper::ComponentContext& _rContext, in DBG_NAME()
107 DBG_CTOR(OptimisticSet,NULL); in DBG_NAME()
110 OptimisticSet::~OptimisticSet() in ~OptimisticSet()
112 DBG_DTOR(OptimisticSet,NULL); in ~OptimisticSet()
115 void OptimisticSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i_sR… in construct()
172 Sequence< sal_Int32 > SAL_CALL OptimisticSet::deleteRows( const Sequence< Any >& /*rows*/ ,const co… in deleteRows()
178 void SAL_CALL OptimisticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORowSetRow& _rOrginalRo… in updateRow()
266 void SAL_CALL OptimisticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable… in insertRow()
377 void SAL_CALL OptimisticSet::deleteRow(const ORowSetRow& _rDeleteRow,const connectivity::OSQLTable&… in deleteRow()
[all …]
H A DOptimisticSet.hxx41 class OptimisticSet : public OKeySet class
70 virtual ~OptimisticSet();
72 OptimisticSet(const ::comphelper::ComponentContext& _rContext,
H A DRowSetCache.cxx181OptimisticSet* pCursor = new OptimisticSet(m_aContext,xConnection,_xAnalyzer,_aParameterValueForCa… in DBG_NAME()
/trunk/main/dbaccess/
H A DLibrary_dba.mk103 dbaccess/source/core/api/OptimisticSet \