Home
last modified time | relevance | path

Searched refs:OCacheSet (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A DCacheSet.cxx103 DBG_NAME(OCacheSet) in DBG_NAME() argument
105 OCacheSet::OCacheSet(sal_Int32 i_nMaxRows) in DBG_NAME()
112 DBG_CTOR(OCacheSet,NULL); in DBG_NAME()
116 ::rtl::OUString OCacheSet::getIdentifierQuoteString() const in getIdentifierQuoteString()
126 void OCacheSet::construct( const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& /*i_sR… in construct()
163 OCacheSet::~OCacheSet() in ~OCacheSet()
181 DBG_DTOR(OCacheSet,NULL); in ~OCacheSet()
184 void OCacheSet::fillTableName(const Reference<XPropertySet>& _xTable) throw(SQLException, RuntimeE… in fillTableName()
200 void SAL_CALL OCacheSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _x… in insertRow()
262 void OCacheSet::fillParameters( const ORowSetRow& _rRow in fillParameters()
[all …]
H A DStaticSet.cxx128 OCacheSet::fillValueRow(*m_aSetIter,((*m_aSetIter)->get())[0]); in fetchRow()
147 OCacheSet::fillValueRow(pRow,(pRow->get())[0]); in fillAllRows()
345 OCacheSet::insertRow( _rInsertRow,_xTable); in insertRow()
358 OCacheSet::updateRow( _rInsertRow,_rOrginalRow,_xTable); in updateRow()
364 OCacheSet::deleteRow(_rDeleteRow,_xTable); in deleteRow()
H A DBookmarkSet.hxx37 class OBookmarkSet : public OCacheSet
43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet()
H A DWrappedResultSet.hxx36 class WrappedResultSet : public OCacheSet
44 WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in WrappedResultSet()
H A DCacheSet.hxx69 class OCacheSet : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow> class
87 OCacheSet(sal_Int32 i_nMaxRows);
88 virtual ~OCacheSet();
H A DWrappedResultSet.cxx51 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
166 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DStaticSet.hxx35 class OStaticSet : public OCacheSet
43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet()
H A DBookmarkSet.cxx61 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
192 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DRowSetCache.hxx105 class OCacheSet;
126OCacheSet* m_pCacheSet; // is a bookmarkable, keyset or static res…
H A DOptimisticSet.cxx118 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
553 OCacheSet::construct(_xDriverSet,::rtl::OUString()); in reset()
H A DKeySet.hxx90 class OKeySet : public OCacheSet
H A DKeySet.cxx155 :OCacheSet(i_nMaxRows) in DBG_NAME()
295 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
H A DRowSetCache.cxx472 Any lcl_getBookmark(ORowSetValue& i_aValue,OCacheSet* i_pCacheSet) in lcl_getBookmark()