Home
last modified time | relevance | path

Searched defs:collName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp107 int SqliteStoreExecutorImpl::PutData(const std::string &collName, Key &key, const Value &value, boo… in PutData()
135 int SqliteStoreExecutorImpl::InsertData(const std::string &collName, Key &key, const Value &value, in InsertData()
164 int SqliteStoreExecutorImpl::GetDataByKey(const std::string &collName, Key &key, Value &value) const in GetDataByKey() argument
190 int SqliteStoreExecutorImpl::GetDataById(const std::string &collName, Key &key, Value &value) const in GetDataById() argument
217 std::string GeneralInsertSql(const std::string &collName, Key &key, int isIdExist) in GeneralInsertSql()
239 int SqliteStoreExecutorImpl::GetDataByFilter(const std::string &collName, Key &key, const JsonObjec… in GetDataByFilter()
290 int SqliteStoreExecutorImpl::DelData(const std::string &collName, Key &key) in DelData()
325 std::string collName = RdDBConstant::COLL_PREFIX + name; in CreateCollection() local
357 std::string collName = RdDBConstant::COLL_PREFIX + name; in DropCollection() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp105 int GetCollNameFromType(SingleVerDataType type, std::string &collName) in GetCollNameFromType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/
H A Djson_fuzzer.cpp447 void FindDocResultSetFuzz(const char *collName, const std::string filter, const std::string project… in FindDocResultSetFuzz()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/
H A Djsoninner_fuzzer.cpp456 void FindDocResultSetFuzz(const char *collName, const std::string filter, const std::string project… in FindDocResultSetFuzz()