This tutorial demonstrated how to insert and update data in a table. It illustrated how the DB Interface Module encapsulates the SQL
UPDATE expression by using the classes:
RWDBUpdater,
RWDBColumn,
RWDBAssignment,
RWDBCriterion, and
RWDBExpr. Like the previous tutorials, it also used the
RWDBDatabase,
RWDBTable and
RWDBInserter classes.