Home
last modified time | relevance | path

Searched refs:coll (Results 1 - 3 of 3) sorted by relevance

/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
242 errCode = coll.UpdateDocument(docId, valStr); in UpdateDataIntoDB()
304 int CheckUpsertConflict(ResultSet &resultSet, JsonObject &filterObj, std::string &docId, Collection &coll, in CheckUpsertConflict() argument
314 errCode = coll.GetDocumentById(id, ValueDocument); in CheckUpsertConflict()
393 Collection coll = Collection(context->collectionName, executor_); in UpsertDataIntoDB() local
407 errCode = CheckUpsertConflict(resultSet, filterObj, docId, coll, isDataExist); in UpsertDataIntoDB()
417 errCode = coll.UpsertDocument(docId, newDocument, isDataExist); in UpsertDataIntoDB()
516 Collection coll = Collection(collection, executor_); in InsertDataIntoDB() local
517 return coll.InsertDocument(id, document, isIdExist); in InsertDataIntoDB()
568 Collection coll in DeleteDataFromDB() local
770 Collection coll = Collection(context->collectionName, executor_); InitFindResultSet() local
[all...]
H A Dresult_set.cpp48 Collection coll = store_->GetCollection(context_->collectionName); in GetValueFromDB() local
50 int errCode = coll.GetMatchedDocument(filterObj, key, value, context_->isIdExist); in GetValueFromDB()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp884 UCollator *coll = reinterpret_cast<UCollator *>(p); in Collate8Compare() local
892 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status); in Collate8Compare()

Completed in 7 milliseconds