Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.h75 static int TransformValueToType(const QueryObjNode &objNode, std::vector<Type> &types);
H A Dquery_sync_object.cpp454 int errCode = TransformValueToType(objNode, node.fieldValue); in TransformToQueryNode()
463 int QuerySyncObject::TransformValueToType(const QueryObjNode &objNode, std::vector<Type> &types) in TransformValueToType() function in DistributedDB::QuerySyncObject