Home | Previous Page | Next Page   Purpose-Function Reference > Purpose-Function Flow >

DROP Statement Interface

Figure 22 shows the processing for each fragment of a DROP TABLE or DROP DATABASE statement.

Figure 22. Processing a DROP Statement
Flowchart show s am_ o pen pointing to am_drop.

If you drop an inherited table whose index uses the virtual index interface, the following additional call sequence is invoked.

Figure 23. Processing a DROP Statement on a Table with a VII Index
Flowchart shows am_open pointing to am_delete, pointing to am_close.

To avoid this additional call sequence when dropping an inherited table, drop the index before dropping the table.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]