| 1648 | |
| 1649 | |
| 1650 | void Statement_map::close_transient_cursors() |
| 1651 | { |
| 1652 | #ifdef TO_BE_IMPLEMENTED |
| 1653 | Statement *stmt; |
| 1654 | while ((stmt= transient_cursor_list.head())) |
| 1655 | stmt->close_cursor(); /* deletes itself from the list */ |
| 1656 | #endif |
| 1657 | } |
| 1658 | |
| 1659 | |
| 1660 | void Statement_map::erase(Statement *statement) |