Searched refs:GetStorageExecutor (Results 1 – 4 of 4) sorted by relevance
97 auto [errCode, handle] = storageHandle_->GetStorageExecutor(type == TransactType::IMMEDIATE); in StartTransaction()266 auto [errCode, handle] = storageHandle_->GetStorageExecutor(true); in FillCloudLogAndAsset()351 auto[errCode, handle] = storageHandle_->GetStorageExecutor(false); in GetCloudGid()422 auto[errCode, handle] = storageHandle_->GetStorageExecutor(false); in GetCloudVersion()459 std::tie(errCode, handle) = storageHandle_->GetStorageExecutor(false); in GetLocalCloudVersion()
26 virtual std::pair<int, SQLiteSingleVerStorageExecutor*> GetStorageExecutor(bool isWrite) = 0;
205 std::pair<int, SQLiteSingleVerStorageExecutor*> GetStorageExecutor(bool isWrite) override;
590 std::pair<int, SQLiteSingleVerStorageExecutor*> SQLiteSingleVerNaturalStore::GetStorageExecutor(boo… in GetStorageExecutor() function in DistributedDB::SQLiteSingleVerNaturalStore