Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp61 inserter.SetTableMode(localSchema.GetTableMode()); in CreateInserter()
105 void RelationalSyncDataInserter::SetTableMode(DistributedTableMode mode) in SetTableMode() function in DistributedDB::RelationalSyncDataInserter
H A Drelational_sync_data_inserter.h61 void SetTableMode(DistributedTableMode mode);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h55 void SetTableMode(DistributedTableMode mode);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp576 schemaObj.SetTableMode(DistributedTableMode::COLLABORATION);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp146 void RelationalSchemaObject::SetTableMode(DistributedTableMode mode) in SetTableMode() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp318 schema.SetTableMode(mode); in CreateDistributedTable()