Searched defs:logTableName (Results 1 – 2 of 2) sorted by relevance
1230 std::string logTableName = DBConstant::RELATIONAL_PREFIX + tableName + "_log"; in DeleteDistributedLogTable() local1962 std::string logTableName = DBCommon::GetLogTableName(tableName); in DoCleanLogs() local1975 …SQLiteSingleVerRelationalStorageExecutor::CleanCloudDataOnLogTable(const std::string &logTableName) in CleanCloudDataOnLogTable()1984 const std::string &logTableName) in CleanCloudDataAndLogOnUserTable()2007 int SQLiteSingleVerRelationalStorageExecutor::GetCleanCloudDataKeys(const std::string &logTableName, in GetCleanCloudDataKeys()2040 std::string logTableName = DBCommon::GetLogTableName(tableName); in DoCleanLogAndData() local
1275 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); variable1330 std::string logTableName = RelationalStoreManager::GetDistributedLogTableName(tableName); variable