Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp86 static std::vector<ValueObject> ToValues(const std::vector<std::string> &args) in ToValues() function
188 return Update(changedRows, table, row, whereClause, ToValues(args)); in Update()
194 auto [errCode, changes] = Update(table, row, whereClause, ToValues(args), resolution); in UpdateWithConflictResolution()
213 return Delete(deletedRows, table, whereClause, ToValues(args)); in Delete()
250 return QuerySql(sql, ToValues(args)); in QuerySql()
255 return QueryByStep(sql, ToValues(args)); in QueryByStep()