Class Update

All Implemented Interfaces:
Cloneable, Query

public class Update extends AbstractWhereQuery<Update> implements Cloneable
Object representation of a SQL "UPDATE" query.

This object may be used to dynamically construct a SQL statement in a database-independent fashion. After it is finished, it may be executed using DbQueryManager.executeUpdate().

Since:
1.0