Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_sql.h424 const int BIND_CACHE_LOCAL_KEY_INDEX = 1; variable
H A Dsqlite_single_ver_storage_executor_cache.cpp720 …de = SQLiteUtils::MapSQLiteErrno(sqlite3_bind_zeroblob(statement, BIND_CACHE_LOCAL_KEY_INDEX, -1)); in BindLocalDataInCacheMode()
722 …errCode = SQLiteUtils::BindBlobToStatement(statement, BIND_CACHE_LOCAL_KEY_INDEX, dataItem.key, fa… in BindLocalDataInCacheMode()