Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_query_helper.h152 int ParseQueryObjNodeToSQL(bool isQueryForSync);
Dsqlite_query_helper.cpp182 int SqliteQueryHelper::ParseQueryObjNodeToSQL(bool isQueryForSync) in ParseQueryObjNodeToSQL() function in DistributedDB::SqliteQueryHelper
216 int errCode = ParseQueryObjNodeToSQL(false); in ToQuerySql()
232 int errCode = ParseQueryObjNodeToSQL(true); in ToQuerySyncSql()