Uses of Class
jimm.datavision.source.ncsql.NCTable

Packages that use NCTable
jimm.datavision.source.ncsql A data source that acts like a database data source but can't run reports and gets its column descriptions from metadata described in the report XML file. 
 

Uses of NCTable in jimm.datavision.source.ncsql
 

Fields in jimm.datavision.source.ncsql declared as NCTable
protected  NCTable NCColumn.table
           
 

Constructors in jimm.datavision.source.ncsql with parameters of type NCTable
NCColumn(NCTable table, java.lang.String colName, int colType)
          Constructor.