Home
last modified time | relevance | path

Searched defs:coll (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp222 auto coll = Collection(context->collectionName, executor_); in UpdateDataIntoDB() local
304 …ckUpsertConflict(ResultSet &resultSet, JsonObject &filterObj, std::string &docId, Collection &coll, in CheckUpsertConflict()
393 Collection coll = Collection(context->collectionName, executor_); in UpsertDataIntoDB() local
516 Collection coll = Collection(collection, executor_); in InsertDataIntoDB() local
568 Collection coll = Collection(context->collectionName, executor_); in DeleteDataFromDB() local
770 Collection coll = Collection(context->collectionName, executor_); in InitFindResultSet() local
H A Dresult_set.cpp48 Collection coll = store_->GetCollection(context_->collectionName); in GetValueFromDB() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp893 UCollator *coll = reinterpret_cast<UCollator *>(p); in Collate8Compare() local