Home
last modified time | relevance | path

Searched refs:GetFieldShape (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h160 std::string GetFieldShape(const QueryObjNode &queryNode, const std::string &accessStr = "");
H A Dsqlite_query_helper.cpp670 sql += GetFieldShape(queryNode); in MapKeywordSymbolToSql()
759 std::string SqliteQueryHelper::GetFieldShape(const QueryObjNode &queryNode, const std::string &acce… in GetFieldShape() function in DistributedDB::SqliteQueryHelper
779 querySql += GetFieldShape(queryNode, accessStr); in ParseQueryExpression()