DB Interface Module User’s Guide : PART V The Tutorials : Chapter 21 Deleting Rows from a Table : Conclusion
Conclusion
This tutorial demonstrated deleting data from a table. It illustrated how the DB Interface Module encapsulates an SQL DELETE statement by using the classes RWDBDeleter, RWDBColumn, and RWDBCriterion. Like the previous tutorials, it also showed a use of the RWDBDatabase and RWDBTable classes.