Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp240 …const std::vector<std::string> &columns, const std::string &logTable, const std::pair<bool, bool>… in BuildCursorQueryString()
291 …AbsRdbPredicates &predicates, const std::vector<std::string> &columns, const std::string &logTable) in BuildLockRowQueryString()
H A Drdb_store.cpp240 std::string logTable = GetLogTableName(table); in Query() local
264 std::string logTable = GetLogTableName(table); in QueryByStep() local
H A Drdb_store_impl.cpp153 auto logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(table); in GetModifyTime() local
189 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId()
772 auto logTable = GetLogTableName(table); in GetHashKeyForLockRow() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_set_test.cpp1477 std::string logTable = "naturalbase_rdb_aux_test_log"; variable
1533 std::string logTable = "naturalbase_rdb_aux_test_log"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp481 std::string logTable = DBCommon::GetLogTableName(tableInfo.GetTableName()); in UpgradedLogForExistedData() local
973 std::string logTable = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in CleanExtendAndCursorForDeleteData() local
1008 std::string logTable = DBCommon::GetLogTableName(table); in GetCloudDeleteSql() local
H A Dsqlite_single_ver_relational_storage_executor.cpp180 std::string logTable = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in GeneLogInfoForExistedData() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp637 auto logTable = RelationalStoreManager::GetDistributedLogTableName(table); in BuildSql() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp505 …std::string logTable = DistributedDB::RelationalStoreManager::GetDistributedLogTableName(tableName… in BuildStatisticSql() local