Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp93 std::string logTblName = GetLogTableName(table); in GetInsertTrigger() local
128 std::string logTblName = GetLogTableName(table); in GetUpdateTrigger() local
158 std::string logTblName = GetLogTableName(table); in GetDeleteTrigger() local
H A Dsplit_device_log_table_manager.cpp40 std::string logTblName = DBConstant::RELATIONAL_PREFIX + table.GetTableName() + "_log"; in GetInsertTrigger() local
58 std::string logTblName = DBConstant::RELATIONAL_PREFIX + table.GetTableName() + "_log"; in GetUpdateTrigger() local
H A Dcollaboration_log_table_manager.cpp50 std::string logTblName = DBConstant::RELATIONAL_PREFIX + table.GetTableName() + "_log"; in GetInsertTrigger() local
70 std::string logTblName = DBConstant::RELATIONAL_PREFIX + table.GetTableName() + "_log"; in GetUpdateTrigger() local
H A Dsimple_tracker_log_table_manager.cpp63 std::string logTblName = GetLogTableName(table); in GetInsertTrigger() local
92 std::string logTblName = GetLogTableName(table); in GetUpdateTrigger() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1255 std::string logTblName = "naturalbase_rdb_aux_" + tableName + "_log"; in HandleDropCloudSyncTable() local
1279 std::string logTblName = DBCommon::GetLogTableName(tableName); in HandleDropLogicDeleteData() local
1359 std::string logTblName = DBCommon::GetLogTableName(tableStr); in ClearTheLogAfterDropTable() local
1446 std::string logTblName = DBCommon::GetLogTableName(tableName); in HandleDataLock() local