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 D | sqlite_store_executor_impl.cpp | 107 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 D | rd_utils.cpp | 105 int GetCollNameFromType(SingleVerDataType type, std::string &collName) in GetCollNameFromType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 447 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 D | jsoninner_fuzzer.cpp | 456 void FindDocResultSetFuzz(const char *collName, const std::string filter, const std::string project… in FindDocResultSetFuzz()
|