Home
last modified time | relevance | path

Searched defs:tableSyncType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp184 void NoramlCreateDistributedTableTest(TableSyncType tableSyncType) in NoramlCreateDistributedTableTest()
415 void CreateDistributedTableInvalidArgsTest(TableSyncType tableSyncType) in CreateDistributedTableInvalidArgsTest()
492 void CreateDistributedTableNonPrimaryKeyTest(TableSyncType tableSyncType) in CreateDistributedTableNonPrimaryKeyTest()
563 void CreateDistributedTableInvalidFieldTest(TableSyncType tableSyncType) in CreateDistributedTableInvalidFieldTest()
605 void CreateDistributedTableCompositePKTest(TableSyncType tableSyncType, int expectCode) in CreateDistributedTableCompositePKTest()
647 void CreateDistributedTableWithHistoryDataTest(TableSyncType tableSyncType) in CreateDistributedTableWithHistoryDataTest()
690 void TableModifyTest(const std::string &modifySql, TableSyncType tableSyncType, DBStatus expect) in TableModifyTest()
823 void UpgradeDistributedTableTest(TableSyncType tableSyncType) in UpgradeDistributedTableTest()
934 void CheckTable(TableSyncType tableSyncType, RelationalStoreDelegate *delegate, sqlite3 *db) in CheckTable()
970 void TableConstraintsCheck(TableSyncType tableSyncType, RelationalStoreDelegate *delegate, sqlite3 … in TableConstraintsCheck()
[all …]
H A Ddistributeddb_interfaces_log_test.cpp62 TableSyncType tableSyncType = TableSyncType::DEVICE_COOPERATION; variable
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp203DistributedDB::TableSyncType tableSyncType, bool userDefineRowid = true, bool createDistributeTabl… in PrepareData()
244 void InsertTriggerTest(DistributedDB::TableSyncType tableSyncType) in InsertTriggerTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp240 const std::string &tableName, const std::string &sharedTableName, TableSyncType tableSyncType, in CreateDistributedSharedTable()
265 const std::string &identity, RelationalSchemaObject &schema, TableSyncType tableSyncType) in CreateDistributedTable()
311 TableSyncType tableSyncType = table.GetTableSyncType(); in CreateDistributedTable() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp257 void TableInfo::SetTableSyncType(TableSyncType tableSyncType) in SetTableSyncType()