Home
last modified time | relevance | path

Searched refs:GetSchemaConstRef (Results 1 – 6 of 6) sorted by relevance

/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()
125 int errCode = kvDBProp.GetSchemaConstRef().CompareAgainstSchemaString(option_.schema); in CheckEngineOption()
H A Dsqlite_single_ver_natural_store_extend.cpp230 const SchemaObject &schemaObjRef = MyProp().GetSchemaConstRef(); in CheckAmendValueContentForSyncProcedure()
332 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckAndInitQueryCondition()
396 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in AddSubscribe()
453 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in IsSupportSubscribe()
H A Dsqlite_single_ver_natural_store.cpp304 const SchemaObject &schemaObjRef = MyProp().GetSchemaConstRef(); in CheckValueAndAmendIfNeed()
1555 return MyProp().GetSchemaConstRef(); in GetSchemaInfo()
1565 return MyProp().GetSchemaConstRef(); in GetSchemaObjectConstRef()
1570 const SchemaObject &localSchema = MyProp().GetSchemaConstRef(); in CheckCompatible()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h54 const SchemaObject &GetSchemaConstRef() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp93 const SchemaObject &KvDBProperties::GetSchemaConstRef() const in GetSchemaConstRef() function in DistributedDB::KvDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp412 return MyProp().GetSchemaConstRef(); in GetSchemaObjectConstRef()