Searched refs:bRefetch (Results 1 – 2 of 2) sorted by relevance
650 bool bRefetch = true; in executeUpdate() local664 if ( bRefetch ) in executeUpdate()706 tryRefetch(_rInsertRow,bRefetch); in executeUpdate()728 bool bRefetch = true; in insertRow() local734 if ( bRefetch ) in insertRow()895 tryRefetch(_rInsertRow,bRefetch); in executeInsert()898 void OKeySet::tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch) in tryRefetch() argument900 if ( bRefetch ) in tryRefetch()940 bRefetch = m_xSet->next(); in tryRefetch()944 bRefetch = false; in tryRefetch()[all …]
148 void tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch);150 …l::OUString& i_sSQL,const ::rtl::OUString& i_sTableName = ::rtl::OUString(),bool bRefetch = false);
Completed in 443 milliseconds