Home
last modified time | relevance | path

Searched refs:IsSchemaValid (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/
H A Dsingle_ver_schema_database_upgrader.cpp41 if (!newSchema_.IsSchemaValid()) { in ExecuteUpgradeSchema()
53 if (oriSchemaObject.IsSchemaValid()) { in ExecuteUpgradeSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp117 if (kvDBProp.GetSchemaConstRef().IsSchemaValid() == option_.schema.empty()) { in CheckEngineOption()
124 if (kvDBProp.GetSchemaConstRef().IsSchemaValid()) { in CheckEngineOption()
H A Dquery_object.cpp296 if (!schema_.IsSchemaValid()) { in CheckEqualFormat()
376 if (!schema_.IsSchemaValid()) { in CheckOrderByFormat()
H A Dsqlite_single_ver_schema_database_upgrader.cpp136 if (context == nullptr || !context->schema.IsSchemaValid()) { // Unlikely in CheckValueOrGetAmendValue()
H A Dsqlite_single_ver_natural_store.cpp305 if (!schemaObjRef.IsSchemaValid()) { in CheckValueAndAmendIfNeed()
1571 … if (!localSchema.IsSchemaValid() || schema.empty() || ReadSchemaType(type) == SchemaType::NONE) { in CheckCompatible()
1573 … LOGI("IsLocalSchemaDb=%d, IsRemoteSchemaDb=%d.", localSchema.IsSchemaValid(), !schema.empty()); in CheckCompatible()
1702 if (!inputSchemaObj.IsSchemaValid()) { in DecideReadOnlyBaseOnSchema()
1708 if (savedSchemaObj.IsSchemaValid()) { in DecideReadOnlyBaseOnSchema()
H A Dsqlite_single_ver_natural_store_extend.cpp231 if (!schemaObjRef.IsSchemaValid()) { in CheckAmendValueContentForSyncProcedure()
H A Dsqlite_utils.cpp1945 if (schema == nullptr || !schema->IsSchemaValid() || in FlatBufferExtractByPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h56 virtual bool IsSchemaValid() const = 0;
H A Dschema_object.h65 bool IsSchemaValid() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp917 if (!newSchema.IsSchemaValid() && !oldSchema.IsSchemaValid()) { // LCOV_EXCL_BR_LINE in CompareSchemaObject()
920 if (!newSchema.IsSchemaValid() || !oldSchema.IsSchemaValid()) { // LCOV_EXCL_BR_LINE in CompareSchemaObject()
937 if (inputSchema.IsSchemaValid()) { in CheckSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h33 bool IsSchemaValid() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_negotiate.cpp142 if (!localSchema.IsSchemaValid()) { in MakeLocalSyncOpinion()
H A Dparam_check_utils.cpp192 if (!schemaObject.IsSchemaValid()) { in CheckAndTransferAutoLaunchParam()
H A Dschema_object.cpp176 bool SchemaObject::IsSchemaValid() const in IsSchemaValid() function in DistributedDB::SchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp78 if (!schemaObj.IsSchemaValid()) { in CheckAndGetSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp123 EXPECT_EQ(schemaObj.IsSchemaValid(), true); in CreateAndGetStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp863 if (IsCollaborationMode(storageEngine_) || !storageEngine_->GetSchema().IsSchemaValid()) { in GetRemoteQueryData()
957 if (schemaObj.IsSchemaValid()) { in GetRemoteDeviceSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp26 bool RelationalSchemaObject::IsSchemaValid() const in IsSchemaValid() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp788 if (!sqliteStorageEngine_->GetSchema().IsSchemaValid()) { in RemoteQuery()