Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javatools.db
Class DbReferencedUpdater  view DbReferencedUpdater download DbReferencedUpdater.java

java.lang.Object
  extended byjavatools.db.DbUpdater
      extended byjavatools.db.DbReferencedUpdater

public class DbReferencedUpdater
extends DbUpdater

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

Version:
0.2.0

Field Summary
 
Fields inherited from class javatools.db.DbUpdater
fromList, intoList, table, where
 
Constructor Summary
(package private) DbReferencedUpdater(DbAbstractTable table)
          Creates a new DbReferencedUpdater.
 
Method Summary
 int execute()
          Execute this command on the default connection.
 
Methods inherited from class javatools.db.DbUpdater
addColumn, execute, getQueryString, setLists, setSqlValues, setWhere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbReferencedUpdater

DbReferencedUpdater(DbAbstractTable table)
Creates a new DbReferencedUpdater.

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