Figure 26 shows the order in which the database server executes purpose functions to insert, delete, or update a row at a specific physical address. The physical address consists of fragment identifiers and row identifiers.
Figure 27 shows the order in which the database server executes purpose functions if the insert, delete, or in-place update has an associated WHERE clause.
Figure 28 shows the more complicated case in which am_getnext returns multiple rows to the database server. In either case, the database server calls am_insert, am_delete, or am_update once per row.
For more information about implementing insert, delete, and update statements, refer to Supporting Data Retrieval, Manipulation, and Return.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]