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

Quick Search    Search Deep

javatools.db
Interface DbTableUser  view DbTableUser download DbTableUser.java

All Known Implementing Classes:
AbstractTable, DbExpr

public interface DbTableUser

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

Version:
0.1.0

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.