Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp950 int currentBindIndex = 1; // bind sql index start at 1 in BindUpdateTimestampStmt() local
951 errCode = SQLiteUtils::BindInt64ToStatement(dataStmt, currentBindIndex++, dataItem.timestamp); in BindUpdateTimestampStmt()
956 errCode = SQLiteUtils::BindInt64ToStatement(dataStmt, currentBindIndex++, dataItem.modifyTime); in BindUpdateTimestampStmt()
960 errCode = SQLiteUtils::BindBlobToStatement(dataStmt, currentBindIndex++, dataItem.hashKey); in BindUpdateTimestampStmt()