Advanced Query Builder Component Suite
EMS Advanced Query Builder represents a set of tools for efficient query building.
From a programmer's point of view the suite represents a homomorphic hierarchy of classes with the common ancestor TCustomQueryBuilder. It contains properties and methods which are common for all the descendant classes. Beside the basic properties, methods and events, some specific characteristics are included in descendant classes.
Advanced Query Builder provides a collection of the following components:
|
Component |
Brief description |
|
Common component for query building |
|
|
Represents complex SQL query. It holds collection of TCustomQueryBuilder components representing single SELECT queries |
|
|
Provides building queries with standard SQL syntax |
|
|
Provides building queries for InterBase/FireBird |
|
|
Provides building queries for MySQL |
|
|
Provides building queries for PostgreSQL |
|
|
Provides building queries for Microsoft® SQL Server™ |
|
|
Provides building queries for DB2 |
|
|
Provides building queries for DBISAM |



