Home
last modified time | relevance | path

Searched refs:DeleteBatchInner (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_connection.h49 virtual int DeleteBatchInner(const IOption &option, const std::vector<Key> &keys) = 0;
H A Dsingle_ver_natural_store_connection.cpp119 return DeleteBatchInner(option, keys); in DeleteBatch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.h160 int DeleteBatchInner(const IOption &option, const std::vector<Key> &keys) override;
H A Drd_single_ver_natural_store_connection.cpp741 int RdSingleVerNaturalStoreConnection::DeleteBatchInner(const IOption &option, const std::vector<Ke… in DeleteBatchInner() function in DistributedDB::RdSingleVerNaturalStoreConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.h130 int DeleteBatchInner(const IOption &option, const std::vector<Key> &keys) override;
H A Dsqlite_single_ver_natural_store_connection.cpp258 return DeleteBatchInner(option, keys); in DeleteBatch()
850 int SQLiteSingleVerNaturalStoreConnection::DeleteBatchInner(const IOption &option, const std::vecto… in DeleteBatchInner() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection