javatools.db
Class DbReferencedUpdater

java.lang.Object
  |
  +--javatools.db.DbUpdater
        |
        +--javatools.db.DbReferencedUpdater

public class DbReferencedUpdater
extends DbUpdater

It is just like DbUpdater, except in the fact it takes care of constraints.


Method Summary
 int execute()
          Execute this command on the default connection.
 
Methods inherited from class javatools.db.DbUpdater
addColumn, execute, setLists, setWhere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public int execute()
            throws DbException
Execute this command on the default connection. Eventually cascades its effects to its son tables.

Overrides:
execute in class DbUpdater
Returns:
The number of record affected.
Throws:
DbException - If something goes wrong.