Searched refs:GetQueryLogSql (Results 1 – 3 of 3) sorted by relevance
301 …int GetQueryLogSql(const std::string &tableName, const VBucket &vBucket, const std::set<std::strin…
225 int SQLiteSingleVerRelationalStorageExecutor::GetQueryLogSql(const std::string &tableName, const VB… in GetQueryLogSql() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
39 return GetQueryLogSql(tableName, vBucket, pkSet, querySql); in GetQueryInfoSql()