Searched refs:GetEntryByRowId (Results 1 – 4 of 4) sorted by relevance
331 int errCode = handle_->GetEntryByRowId(cachedRowIds_[cacheIndex], entry); in GetEntry()
108 int GetEntryByRowId(int64_t rowId, Entry &entry);
973 int SQLiteSingleVerStorageExecutor::GetEntryByRowId(int64_t rowId, Entry &entry) in GetEntryByRowId() function in DistributedDB::SQLiteSingleVerStorageExecutor
306 EXPECT_EQ(g_handle->GetEntryByRowId(0, entry), -E_UNEXPECTED_DATA);1191 ret = g_nullHandle->GetEntryByRowId(0, entry);