Searched refs:OCacheSet (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | CacheSet.cxx | 103 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 D | StaticSet.cxx | 128 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 D | BookmarkSet.hxx | 37 class OBookmarkSet : public OCacheSet 43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet()
|
H A D | WrappedResultSet.hxx | 36 class WrappedResultSet : public OCacheSet 44 WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in WrappedResultSet()
|
H A D | CacheSet.hxx | 69 class OCacheSet : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow> class 87 OCacheSet(sal_Int32 i_nMaxRows); 88 virtual ~OCacheSet();
|
H A D | StaticSet.hxx | 35 class OStaticSet : public OCacheSet 43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet()
|
H A D | WrappedResultSet.cxx | 51 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct() 166 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
|
H A D | BookmarkSet.cxx | 61 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct() 192 OCacheSet::fillValueRow(_rRow,_nPosition); in fillValueRow()
|
H A D | RowSetCache.hxx | 105 class OCacheSet; 126 OCacheSet* m_pCacheSet; // is a bookmarkable, keyset or static resultset
|
H A D | OptimisticSet.cxx | 118 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct() 553 OCacheSet::construct(_xDriverSet,::rtl::OUString()); in reset()
|
H A D | KeySet.hxx | 90 class OKeySet : public OCacheSet
|
H A D | KeySet.cxx | 155 :OCacheSet(i_nMaxRows) in DBG_NAME() 295 OCacheSet::construct(_xDriverSet,i_sRowSetFilter); in construct()
|
H A D | RowSetCache.cxx | 472 Any lcl_getBookmark(ORowSetValue& i_aValue,OCacheSet* i_pCacheSet) in lcl_getBookmark()
|
Completed in 57 milliseconds