javatools.db
Interface DbTableUser

All Known Implementing Classes:
DbAbstractTable, DbExpr

public interface DbTableUser

It is an interface for all the "things" that use tables.


Method Summary
 void usesTables(java.util.Set c)
          Puts the tables that are used in the specified set.
 

Method Detail

usesTables

public void usesTables(java.util.Set c)
Puts the tables that are used in the specified set.

Parameters:
c - The set to put the tables into.