Câu 17: Associate Android Developer
What happens when you create a DAO method and annotate it with @Insert?Example:@Daointerface MyDao {@Insert(onConflict = OnConflictStrategy.REPLACE)fun insertUsers(vararg users: User)}
Nội dung câu hỏi
What happens when you create a DAO method and annotate it with @Insert?Example:@Daointerface MyDao {@Insert(onConflict = OnConflictStrategy.REPLACE)fun insertUsers(vararg users: User)}
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Room generates an implementation that inserts all parameters into the database in a single transaction. — đáp án hiện tại
- B. Room modifies a set of entities, given as parameters, in the database. It uses a query that matches against the primary key of each entity.
- C. Room removes a set of entities, given as parameters, from the database. It uses the primary keys to find the entities to delete.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.