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 that catalog using JReport Query Editor.
 

Class Summary
AndInfo class AndInfo wraps all And command related info
ColumnInfo Class ColumnInfo wraps all info of related columns.
ConnectionInfo Class ConnectionInfo wraps all info of related connections.
FormulaInfo Class FormulaInfo wraps some info of related formulas.
JoinInfo JoinInfo wraps all info of related Join commands
OrderByInfo class OrderByInfo wraps all sort info
ParameterInfo class ParameterInfo wraps all info of related parameters.
QBEInfo Class QBEInfo wraps all info of related QBE commands
QueryInfo Class QueryInfo wraps all info of a query, users can retrieve info from it and build the query statement string of their own.
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 sub-links.
TableInfo A infomation package of table