Home
last modified time | relevance | path

Searched refs:AddRelationalTable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp284 localSchema.AddRelationalTable(table);
309 localSchema.AddRelationalTable(table);
339 localSchema.AddRelationalTable(table);
366 localSchema.AddRelationalTable(table);
394 localSchema.AddRelationalTable(table);
422 localSchema.AddRelationalTable(table);
449 localSchema.AddRelationalTable(table);
481 localSchema.AddRelationalTable(table);
534 localSchema.AddRelationalTable(table);
561 localSchema.AddRelationalTable(table);
[all …]
H A Ddistributeddb_relational_syncable_storage_test.cpp107 schema.AddRelationalTable(table);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h42 void AddRelationalTable(const TableInfo &table);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp322 schemaObj_.AddRelationalTable(tableInfo); in SetTableInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp322 schema.AddRelationalTable(table); in CreateDistributedTable()
864 schema.AddRelationalTable(tableInfo); in DoAlterSharedTableName()
H A Dsqlite_single_ver_relational_storage_executor.cpp325 schema.AddRelationalTable(tableInfo); in UpgradeDistributedTable()
335 schema.AddRelationalTable(newTableInfo); in UpgradeDistributedTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp734 schema.AddRelationalTable(tableStudent);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp95 void RelationalSchemaObject::AddRelationalTable(const TableInfo &table) in AddRelationalTable() function in DistributedDB::RelationalSchemaObject