Home
last modified time | relevance | path

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

/aoo42x/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()
163 OCacheSet::~OCacheSet() in ~OCacheSet()
181 DBG_DTOR(OCacheSet,NULL); in ~OCacheSet()
262 void OCacheSet::fillParameters( const ORowSetRow& _rRow in fillParameters()
455 void OCacheSet::setParameter(sal_Int32 nPos in setParameter()
690 sal_Bool OCacheSet::last_checked( sal_Bool /*i_bFetchRow*/) in last_checked()
695 sal_Bool OCacheSet::previous_checked( sal_Bool /*i_bFetchRow*/ ) in previous_checked()
[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.hxx48 class OCacheSet : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow> class
66 OCacheSet(sal_Int32 i_nMaxRows);
67 virtual ~OCacheSet();
H A DStaticSet.hxx35 class OStaticSet : public OCacheSet
43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet()
H A DWrappedResultSet.cxx51 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
166 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DBookmarkSet.cxx51 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
182 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
H A DRowSetCache.hxx105 class OCacheSet;
126 OCacheSet* m_pCacheSet; // is a bookmarkable, keyset or static resultset
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()

Completed in 58 milliseconds