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

Packages that use SQLQuery
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.source The abstract classes and interfaces that define a data source. 
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. 
jimm.datavision.source.sql Provides the classes and interfaces that make up the database data source. 
jimm.datavision.test Provides the JUnit test classes used during DataVision development. 
 

Uses of SQLQuery in jimm.datavision
 

Methods in jimm.datavision with parameters of type SQLQuery
 java.lang.String UserColumn.getSelectString(SQLQuery query)
           
 java.lang.String Selectable.getSelectString(SQLQuery q)
          Returns the string used by a SQL query to select this object.
 java.lang.String UserColumn.getSortString(SQLQuery query)
           
 java.lang.String Selectable.getSortString(SQLQuery q)
          Returns the string used as the name/value of this selectable in a SQL ORDER BY clause.
 

Uses of SQLQuery in jimm.datavision.source
 

Methods in jimm.datavision.source with parameters of type SQLQuery
 java.lang.String Column.getSelectString(SQLQuery query)
           
 java.lang.String Column.getSortString(SQLQuery query)
           
 

Uses of SQLQuery in jimm.datavision.source.ncsql
 

Subclasses of SQLQuery in jimm.datavision.source.ncsql
 class NCQuery
          Queries build NC query strings.
 

Uses of SQLQuery in jimm.datavision.source.sql
 

Subclasses of SQLQuery in jimm.datavision.source.sql
 class SubreportQuery
          Queries build SQL query strings.
 

Constructors in jimm.datavision.source.sql with parameters of type SQLQuery
ResultSetRow(java.sql.Connection conn, SQLQuery query)
           
 

Uses of SQLQuery in jimm.datavision.test
 

Fields in jimm.datavision.test declared as SQLQuery
protected  SQLQuery QueryTest.query