Uses of Class
jimm.datavision.source.sql.SQLTable

Packages that use SQLTable
jimm.datavision.source.sql Provides the classes and interfaces that make up the database data source. 
 

Uses of SQLTable in jimm.datavision.source.sql
 

Fields in jimm.datavision.source.sql declared as SQLTable
protected  SQLTable SQLColumn.table
           
 

Constructors in jimm.datavision.source.sql with parameters of type SQLTable
SQLColumn(SQLTable table, java.lang.String colName, int type)
          Constructor.