Package toolkit.db.api

Interface Summary
SQLNameAnalyser SQLNameAnalyser lets users map names of tables/columns by themselves at runtime.
SQLStmtCreator Normally, you import tables/views from DB to JReort Catalog and then build PSQL queries based on those imported tables/views using JReport Query Editor.
 

Class Summary
AndInfo Class AndInfo wraps search condition related information.
ColumnInfo Class ColumnInfo wraps all information of related columns.
ConnectionInfo Class ConnectionInfo wraps all information used to create the connection to a database by JDBC driver.
FormulaInfo Class FormulaInfo wraps some information of related formulas.
JoinInfo JoinInfo wraps all information of related Joins.
OrderByInfo Class OrderByInfo wraps all sort info.
ParameterInfo Class ParameterInfo wraps all information of related parameters.
QBEInfo Class QBEInfo wraps all information of related QBE commands.
QueryInfo Class QueryInfo wraps all information of a query.
SQLMapInfo The SQLMapInfo is a structured class that represents mapping relations between mapping names and sql names of tables/columns.
SubLinkInfo Class SubLinkInfo wraps all info of related sublinks.
TableInfo An infomation package of table.