Home
last modified time | relevance | path

Searched refs:get_CacheSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx363 sal_Bool get_CacheSize(sal_Int32 &_nRet) const;
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx311 CHECK_RETURN(m_RecordSet.get_CacheSize(m_nFetchSize)) in executeQuery()
H A DAStatement.cxx311 CHECK_RETURN(aSet.get_CacheSize(m_nFetchSize)) in executeQuery()
H A DAwrapado.cxx937 sal_Bool WpADORecordset::get_CacheSize(sal_Int32 &_nRet) const in get_CacheSize() function in WpADORecordset
940 return SUCCEEDED(pInterface->get_CacheSize(&_nRet)); in get_CacheSize()
H A DAResultSet.cxx1032 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()
H A DADatabaseMetaDataResultSet.cxx677 m_pRecordSet->get_CacheSize(&nValue); in getFetchSize()

Completed in 81 milliseconds