Home
last modified time | relevance | path

Searched refs:i_nMaxRows (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx91 sal_Int32 i_nMaxRows) in DBG_NAME()
129 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
181 …w OptimisticSet(m_aContext,xConnection,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME()
243 m_pCacheSet = new OBookmarkSet(i_nMaxRows); in DBG_NAME()
282 m_pCacheSet = new WrappedResultSet(i_nMaxRows); in DBG_NAME()
287 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME()
324 …ble,xUpdateTableKeys,aUpdateTableName ,_xAnalyzer,_aParameterValueForCache,i_nMaxRows,m_nRowCount); in DBG_NAME()
351 m_pCacheSet = new OStaticSet(i_nMaxRows); in DBG_NAME()
H A DBookmarkSet.hxx43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet() argument
H A DWrappedResultSet.hxx44 WrappedResultSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in WrappedResultSet() argument
H A DStaticSet.hxx43 OStaticSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OStaticSet() argument
H A DCacheSet.cxx105 OCacheSet::OCacheSet(sal_Int32 i_nMaxRows) in DBG_NAME()
106 :m_nMaxRows(i_nMaxRows) in DBG_NAME()
H A DOptimisticSet.hxx76 sal_Int32 i_nMaxRows,
H A DOptimisticSet.cxx99 sal_Int32 i_nMaxRows, in DBG_NAME()
101 … :OKeySet(NULL,NULL,::rtl::OUString(),_xComposer,_aParameterValueForCache,i_nMaxRows,o_nRowCount) in DBG_NAME()
H A DRowSetCache.hxx202 sal_Int32 i_nMaxRows);
H A DCacheSet.hxx66 OCacheSet(sal_Int32 i_nMaxRows);
H A DKeySet.hxx160 sal_Int32 i_nMaxRows,
H A DKeySet.cxx153 sal_Int32 i_nMaxRows, in DBG_NAME()
155 :OCacheSet(i_nMaxRows) in DBG_NAME()

Completed in 61 milliseconds