Home
last modified time | relevance | path

Searched refs:BIND_END_STAMP_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.h404 const int BIND_END_STAMP_INDEX = 2; variable
H A Dsqlite_single_ver_storage_executor.cpp452 errCode = SQLiteUtils::BindInt64ToStatement(statement, BIND_END_STAMP_INDEX, end); in PrepareForSyncDataByTime()