Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h183 static int64_t GetLastRowId(sqlite3 *db);
H A Dsqlite_utils.cpp2267 int64_t SQLiteUtils::GetLastRowId(sqlite3 *db) in GetLastRowId() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp176 int64_t rowid = SQLiteUtils::GetLastRowId(dbHandle_); in GetPrimaryKeyHashValue()
822 int64_t rowid = SQLiteUtils::GetLastRowId(dbHandle_); in BindValueToInsertLogStatement()
H A Dsqlite_single_ver_relational_storage_executor.cpp905 rowid = SQLiteUtils::GetLastRowId(dbHandle_); in SaveSyncDataItem()