Home
last modified time | relevance | path

Searched refs:bRefetch (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.cxx650 bool bRefetch = true; in executeUpdate() local
664 if ( bRefetch ) in executeUpdate()
706 tryRefetch(_rInsertRow,bRefetch); in executeUpdate()
728 bool bRefetch = true; in insertRow() local
734 if ( bRefetch ) in insertRow()
895 tryRefetch(_rInsertRow,bRefetch); in executeInsert()
898 void OKeySet::tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch) in tryRefetch() argument
900 if ( bRefetch ) in tryRefetch()
940 bRefetch = m_xSet->next(); in tryRefetch()
944 bRefetch = false; in tryRefetch()
[all …]
H A DKeySet.hxx148 void tryRefetch(const ORowSetRow& _rInsertRow,bool bRefetch);
150 …l::OUString& i_sSQL,const ::rtl::OUString& i_sTableName = ::rtl::OUString(),bool bRefetch = false);

Completed in 44 milliseconds