Home
last modified time | relevance | path

Searched refs:GetSchemaInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp260 std::string remoteSchema = store->GetSchemaInfo().ToSchemaString(); in SetRemoteSchema()
261 uint8_t remoteSchemaType = static_cast<uint8_t>(store->GetSchemaInfo().GetSchemaType()); in SetRemoteSchema()
504 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName),
509 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName),
615 queryObj.SetSchema(store->GetSchemaInfo());
636 queryObj.SetSchema(store->GetSchemaInfo());
713 … ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(g_tableName),
1046 ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(tableName),
1482 ASSERT_EQ(E_OK, SQLiteUtils::CreateSameStuTable(db, store->GetSchemaInfo().GetTable(tableName),
1597 errorNo = queryObj1.SetSchema(store->GetSchemaInfo());
[all …]
H A Ddistributeddb_relational_syncable_storage_test.cpp97 RelationalSchemaObject schema = syncAbleStorage->GetSchemaInfo(); in __anon97c14e970202()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsingle_ver_kvdb_sync_interface.h33 virtual SchemaObject GetSchemaInfo() const = 0;
H A Drelational_db_sync_interface.h34 virtual RelationalSchemaObject GetSchemaInfo() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp975 …Object schemaObj = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SetAbilityRequestBodyInfo()
979 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SetAbilityRequestBodyInfo()
1162 … auto schemaObj = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in SendAck()
1165 …bject schemaObject = static_cast<SingleVerKvDBSyncInterface *>(storageInterface_)->GetSchemaInfo(); in SendAck()
1216 …ject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in MakeKvSyncOpinion()
1233 …bject localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in MakeRelationSyncOpinion()
1245 …ject localSchema = (static_cast<SingleVerKvDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleKvAckSchemaParam()
1269 … auto localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleRelationAckSchemaParam()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp599 RelationalSchemaObject RelationalSyncAbleStorage::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::RelationalSyncAbleStorage
1077 queryObj.SetSchema(GetSchemaInfo()); in GetAllUploadCount()
1094 queryObj.SetSchema(GetSchemaInfo()); in GetUploadCount()
1111 query.SetSchema(GetSchemaInfo()); in GetCloudData()
1167 query.SetSchema(GetSchemaInfo()); in GetCloudGid()
1219 RelationalSchemaObject localSchema = GetSchemaInfo(); in ChkSchema()
1237 RelationalSchemaObject localSchema = GetSchemaInfo(); in SetCloudDbSchema()
1265 RelationalSchemaObject localSchema = GetSchemaInfo(); in GetInfoByPrimaryKeyOrGidInner()
1288 RelationalSchemaObject localSchema = GetSchemaInfo(); in PutCloudSyncDataInner()
1472 queryObj.SetSchema(GetSchemaInfo()); in CheckQueryValid()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h92 SchemaObject GetSchemaInfo() const override;
H A Drd_single_ver_natural_store.cpp390 SchemaObject RdSingleVerNaturalStore::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h48 RelationalSchemaObject GetSchemaInfo() const override;
H A Dvirtual_single_ver_sync_db_Interface.h95 SchemaObject GetSchemaInfo() const override;
H A Dvirtual_relational_ver_sync_db_interface.cpp158 RelationalSchemaObject VirtualRelationalVerSyncDBInterface::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.cpp154 SchemaObject VirtualSingleVerSyncDBInterface::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h127 SchemaObject GetSchemaInfo() const override;
H A Dsqlite_single_ver_natural_store.cpp1553 SchemaObject SQLiteSingleVerNaturalStore::GetSchemaInfo() const in GetSchemaInfo() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h91 RelationalSchemaObject GetSchemaInfo() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1506 auto schema = storageEngine_->GetSchemaInfo(); in CheckSchemaForUpsertData()