Home
last modified time | relevance | path

Searched defs:upsertStmt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp27 sqlite3_stmt *upsertStmt) in BindInt64()
48 sqlite3_stmt *upsertStmt) in BindBool()
69 sqlite3_stmt *upsertStmt) in BindDouble()
90 sqlite3_stmt *upsertStmt) in BindText()
111 sqlite3_stmt *upsertStmt) in BindBlob()
150 …geUtils::BindAsset(int index, const VBucket &vBucket, const Field &field, sqlite3_stmt *upsertStmt) in BindAsset()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp741 const std::vector<Field> &fields, sqlite3_stmt *upsertStmt) in BindValueToUpsertStatement()