Home
last modified time | relevance | path

Searched refs:GetQueryInfoSql (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.h304 …int GetQueryInfoSql(const std::string &tableName, const VBucket &vBucket, std::set<std::string> &p…
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp40 int errCode = GetQueryInfoSql(tableSchema.name, vBucket, pkSet, assetFields, querySql); in GetInfoByPrimaryKeyOrGid()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp35 int SQLiteSingleVerRelationalStorageExecutor::GetQueryInfoSql(const std::string &tableName, const V… in GetQueryInfoSql() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor