Home
last modified time | relevance | path

Searched refs:GetSchemaObjectConstRef (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h100 const SchemaObject &GetSchemaObjectConstRef() const;
H A Drd_single_ver_natural_store.cpp410 const SchemaObject &RdSingleVerNaturalStore::GetSchemaObjectConstRef() const in GetSchemaObjectConstRef() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h135 const SchemaObject &GetSchemaObjectConstRef() const;
H A Dsqlite_single_ver_natural_store_connection.cpp162 const SchemaObject &schemaObjRef = naturalStore->GetSchemaObjectConstRef(); in GetEntries()
211 const SchemaObject &schemaObjRef = naturalStore->GetSchemaObjectConstRef(); in GetCount()
604 const SchemaObject &schemaObjRef = naturalStore->GetSchemaObjectConstRef(); in GetResultSet()
H A Dsqlite_single_ver_natural_store.cpp1209 queryInner.SetSchema(GetSchemaObjectConstRef()); in SaveSyncDataItems()
1563 const SchemaObject &SQLiteSingleVerNaturalStore::GetSchemaObjectConstRef() const in GetSchemaObjectConstRef() function in DistributedDB::SQLiteSingleVerNaturalStore