Home
last modified time | relevance | path

Searched refs:LastInsertRowId (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstatement.h46 virtual int64_t LastInsertRowId() const = 0;
H A Drd_statement.h45 int64_t LastInsertRowId() const override;
H A Dsqlite_statement.h50 int64_t LastInsertRowId() const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtrans_db.cpp73 rowid = statement->Changes() > 0 ? statement->LastInsertRowId() : -1; in Insert()
215 int64_t outValue = statement->Changes() > 0 ? statement->LastInsertRowId() : -1; in Execute()
H A Drd_statement.cpp384 int64_t RdStatement::LastInsertRowId() const in LastInsertRowId() function in OHOS::NativeRdb::RdStatement
H A Dsqlite_statement.cpp412 int64_t SqliteStatement::LastInsertRowId() const in LastInsertRowId() function in OHOS::NativeRdb::SqliteStatement
H A Drdb_store_impl.cpp1238 int64_t outValue = statement->Changes() > 0 ? statement->LastInsertRowId() : -1; in HandleDifferentSqlTypes()
1326 outValue = statement->Changes() > 0 ? statement->LastInsertRowId() : -1; in ExecuteForLastInsertedRowId()

Completed in 8 milliseconds