Searched refs:BindOnlyUpdateLogStmt (Results 1 – 2 of 2) sorted by relevance
98 …static int BindOnlyUpdateLogStmt(sqlite3_stmt *logStmt, const std::string &user, const DataItem &d…
514 int SqliteCloudKvExecutorUtils::BindOnlyUpdateLogStmt(sqlite3_stmt *logStmt, const std::string &use… in BindOnlyUpdateLogStmt() function in DistributedDB::SqliteCloudKvExecutorUtils832 errCode = BindOnlyUpdateLogStmt(logStmt, downloadData.user, res.second); in OnlyUpdateLogTable()