1. Convenience methods are the methods used to open, close, and deleterecord stores.
便利方法就是那些用来打开、关闭和删除记录存储的方法。
来自互联网
2. In this operation, the user needs to be able to select a record from a list, then delete that record.
在这个操作中,用户需要能够从一个列表中选择一个记录,然后再删除该记录。
来自互联网
3. Actually, this is a fortuitous accident, since we can take a look at how to delete a record from the service.
实际上,这是一个幸运的意外,因为我们可以了解如何从该服务删除记录。
来自互联网
4. If the user chooses to delete, the set of selected appointments is marked as invalid in the record store.
如果用户选择删除,所选择的这组约会在记录存储中被标记为无效。
来自互联网
5. The Record-level access classes create, read, update, and delete IBM i files and members.
记录级访问类创建、读取、更新和删除IBMi文件和成员。
来自互联网
6. The user is allowed to select certain appointments and delete them from the record store.
用户被允许从记录存储中选择某种约会以及将它们从记录存储中删除。
来自互联网
7. ON DELETE CASCADE—When a record is deleted from the parent table, all records in the child table with matching foreign key values are also deleted.
ON DELETECASCADE —当一条记录从父表中删除时,子表中的所有记录以及匹配的外键值都全部被删除。
来自互联网
8. A delete operation could remove a record from a parent table, leaving records in an associated child table that no longer have a matching record in the parent table.
一个删除操作可以从一个父表中删除一条记录,使得相关子表中的记录在父表中没有与之匹配的记录。
来自互联网
9. Or, certain computer users might always fully delete and reenter information into a new record rather than just editing the old record — a vestigial behavior associated with older technology.
10. From Gutenberg's basic wooden machine, we haveended up with computers that can speak back at us, video our every moveand record our every word - even if we've pressed delete.
13. The EAB session EJB ACTS as facade for operations that create a new customer record, or update, retrieve, or delete an existing record.
eab会话ejb充当用于创建新的客户记录或更新、检索或删除已有记录等操作的虚包。
来自互联网
14. If you try to delete a record that doesn't exist, you'll begin seeing nasty exceptions being thrown at the console.
如果试着删除不存在的记录,会看到在控制台上抛出恶意异常。
来自互联网
15. Delete a document a "the corresponding DB2 record will be deleted."
删除文档——将删除相应的DB 2记录。
来自互联网
16. With the PhoneBook application, you can display, add, and delete a PhoneBook record.
通过PhoneBook应用程序,您可以显示、添加和删除 PhoneBook记录。
来自互联网
17. Finally, update the MStudent model with a function to delete the record.
最后,用一个函数更新MStudent模型来删除此记录。
来自互联网
18. To delete a record, highlight the document in Notes and press the Delete key in your keyboard.
为了删除记录,需要高亮显示Notes中的文档,并按下键盘上的Delete键。
来自互联网
19. The Update and Delete buttons use exception handlers to display the error message if something goes wrong (such as referential integrity violations when deleting a record).
25. When ON delete set NULL is active, when a record is deleted from the parent table, all records in the child table with matching foreign key values are set to NULL.
26. When an ON delete CASCADE rule is active, all records in the child table with matching foreign key values are deleted when a record is deleted from the parent table.
28. The realization of a database table browsing, add record, delete, and modify, the conditions to achieve a variety of inquiries, a member function lock.
实现了数据库表的浏览,记录的添加、删除和修改,实现了多种条件查询,实现了会员锁定功能等。
来自互联网
29. Note that the delete operation fails if the record can't be deleted due to database-specific constraints.