Searched refs:affectedRows (Results 1 – 2 of 2) sorted by relevance
283 sal_Int32 affectedRows = 0; in executeUpdate() local285 …affectedRows = cppStatement->executeUpdate(OUStringToOString(sSqlStatement, m_pConnection->getConn… in executeUpdate()289 return affectedRows; in executeUpdate()
202 sal_Int32 affectedRows = sal_False; in executeUpdate() local204 affectedRows = ((sql::PreparedStatement *)cppStatement)->executeUpdate(); in executeUpdate()208 return affectedRows; in executeUpdate()