Home
last modified time | relevance | path

Searched refs:GetQueryLogSql (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h301 …int GetQueryLogSql(const std::string &tableName, const VBucket &vBucket, const std::set<std::strin…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp225 int SQLiteSingleVerRelationalStorageExecutor::GetQueryLogSql(const std::string &tableName, const VB… in GetQueryLogSql() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp39 return GetQueryLogSql(tableName, vBucket, pkSet, querySql); in GetQueryInfoSql()