Home
last modified time | relevance | path

Searched refs:fetchRow (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DStaticSet.cxx117 sal_Bool OStaticSet::fetchRow() in fetchRow() function in OStaticSet
164 if(m_aSetIter == m_aSet.end() && !fetchRow()) in next()
216 if(m_aSetIter == m_aSet.end() && !fetchRow()) in first()
269 bNext = fetchRow(); in absolute()
H A DKeySet.cxx1166 if(m_aKeyIter == m_aKeyMap.end() && !fetchRow()) in next()
1238 if(m_aKeyIter == m_aKeyMap.end() && !fetchRow()) in first()
1297 bNext = fetchRow(); in absolute_checked()
1418 sal_Bool OKeySet::fetchRow() in fetchRow() function in OKeySet
1457 while(fetchRow()) in fillAllRows()
H A DStaticSet.hxx40 sal_Bool fetchRow();
H A DKeySet.hxx138 sal_Bool fetchRow();
/aoo41x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx582 … bRet = m_pTable->fetchRow(m_aEvaluateRow,m_pTable->getTableColumns().getBody(),sal_True,sal_True); in evaluate()
587 bRet = m_pTable->fetchRow(m_aRow,m_xColumns.getBody(),sal_False,sal_True); in evaluate()
930 m_pTable->fetchRow(m_aRow,rTableCols, sal_True,bRetrieveData); in ExecuteRow()
934 m_pTable->fetchRow(m_aEvaluateRow, rTableCols, sal_True,bRetrieveData || bHasRestriction); in ExecuteRow()
1014 …bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1029 …bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1150 m_pTable->fetchRow(m_aRow, m_pTable->getTableColumns().getBody(), sal_True,bRetrieveData); in Move()
/aoo41x/main/connectivity/source/inc/calc/
H A DCTable.hxx86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
/aoo41x/main/connectivity/source/inc/file/
H A DFTable.hxx83 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
/aoo41x/main/connectivity/source/inc/flat/
H A DETable.hxx86 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Boo…
/aoo41x/main/connectivity/source/inc/dbase/
H A DDTable.hxx144 …virtual sal_Bool fetchRow(OValueRefRow& _rRow,const OSQLColumns& _rCols, sal_Bool _bUseTableDefs,s…
/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx807 sal_Bool ODbaseTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols, sal_Bool _bUseTableD… in fetchRow() function in ODbaseTable
1630 if (!fetchRow(aRow,_rCols,sal_True,sal_True)) in DeleteRow()
2604 bOk = fetchRow( aRow, m_aColumns.getBody(), sal_True, sal_True); in copyData()
/aoo41x/main/connectivity/source/drivers/calc/
H A DCTable.cxx822 sal_Bool OCalcTable::fetchRow( OValueRefRow& _rRow, const OSQLColumns & _rCols, in fetchRow() function in OCalcTable
/aoo41x/main/connectivity/source/drivers/flat/
H A DETable.cxx600 sal_Bool OFlatTable::fetchRow(OValueRefRow& _rRow,const OSQLColumns & _rCols,sal_Bool bIsTable,sal_… in fetchRow() function in OFlatTable

Completed in 87 milliseconds