Home
last modified time | relevance | path

Searched refs:CHK_NON_EXIST_COLLECTION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/include/grd_base/
H A Dgrd_type_export.h87 #define CHK_NON_EXIST_COLLECTION 1 macro
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_collection_test.cpp185 EXPECT_EQ(GRD_DropCollection(g_db, "student", CHK_NON_EXIST_COLLECTION), GRD_INVALID_ARGS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp94 if (flags != 0u && flags != CHK_NON_EXIST_COLLECTION) { in DropCollection()
99 bool ignoreNonExists = (flags != CHK_NON_EXIST_COLLECTION); in DropCollection()