Home
last modified time | relevance | path

Searched refs:get_MaxRecords (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
511 if(!(m_RecordSet.IsValid() && m_RecordSet.get_MaxRecords(nRet))) in getMaxRows()
H A DAPreparedStatement.cxx312 CHECK_RETURN(m_RecordSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
H A DAwrapado.cxx901 sal_Bool WpADORecordset::get_MaxRecords(sal_Int32 &_nRet) const in get_MaxRecords() function in WpADORecordset
904 return SUCCEEDED(pInterface->get_MaxRecords(&_nRet)); in get_MaxRecords()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx357 sal_Bool get_MaxRecords(sal_Int32 &_nRet) const;

Completed in 39 milliseconds