Home
last modified time | relevance | path

Searched defs:logTable (Results 1 – 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_sql_builder.cpp155 …const std::vector<std::string> &columns, const std::string &logTable, const std::pair<bool, bool> … in BuildCursorQueryString()
191 …AbsRdbPredicates &predicates, const std::vector<std::string> &columns, const std::string &logTable) in BuildLockRowQueryString()
Drdb_store.cpp276 std::string logTable = GetLogTableName(predicates.GetTableName()); in Query() local
301 std::string logTable = GetLogTableName(table); in QueryByStep() local
Drdb_store_impl.cpp252 auto logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(table); in GetModifyTime() local
288 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId()
912 auto logTable = GetLogTableName(table); in GetHashKeyForLockRow() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_utils.cpp802 auto logTable = DBCommon::GetLogTableName(table); in UpdateLocalDataModifyTime() local
832 auto logTable = DBCommon::GetLogTableName(oriTable); in CheckExistDirtyLog() local
889 auto logTable = DBCommon::GetLogTableName(oriTable); in CleanDirtyLog() local
Dsqlite_relational_utils_client.cpp156 std::string logTable = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in GeneLogInfoForExistedData() local
Dsqlite_single_ver_relational_storage_extend_executor.cpp517 std::string logTable = DBCommon::GetLogTableName(tableInfo.GetTableName()); in UpgradedLogForExistedData() local
1009 std::string logTable = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in CleanExtendAndCursorForDeleteData() local
Dsqlite_single_ver_relational_storage_executor.cpp162 std::string logTable = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in ResetLogStatus() local
185 std::string logTable = DBCommon::GetLogTableName(tableName); in UpdateTrackerTable() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_step_result_set_test.cpp1535 std::string logTable = "naturalbase_rdb_aux_test_log"; variable
1591 std::string logTable = "naturalbase_rdb_aux_test_log"; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp734 auto logTable = RelationalStoreManager::GetDistributedLogTableName(table); in BuildSql() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
Dcloud_service_impl.cpp588 …std::string logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName… in BuildStatisticSql() local