jimm.datavision.source.sql |
jimm.datavision.source.sql
Provides the classes and interfaces that make up the database data source.
|
Java Source File Name | Type | Comment |
Database.java | Class | A database knows about the tables in a database. |
ParserHelper.java | Class | A helper class used by a SQL query while parsing the WHERE clause. |
ResultSetRow.java | Class | A concrete subclass of DataCursor that wraps a JDBC result set. |
SQLColumn.java | Class | A database column. |
SQLQuery.java | Class | Queries build SQL query strings. |
SQLTable.java | Class | Represents a database table. |
SubreportDatabase.java | Class | The only difference between this and a Database is the
type of the query that it holds and the single constructor. |
SubreportQuery.java | Class | Queries build SQL query strings. |