TRVReportDBQueryProcessor

Methods

<< Click to display table of contents >>

TRVReportDBQueryProcessor

Methods

The class of an object processing a database-related data query.

unit RVReportDBDataProvider;

TRVReportDBQueryProcessor = class (TRVReportQueryProcessor);

hmtoggle_arrow1Hierarchy

Description

This class is a wrapper for TDataSet-based components processing database-related data queries, normally, SQL SELECT statements.

Normally, this class is used internally in TRVReportGenerator component, and you need information about this class only if you want to implement your own non-standard query processor.

However, this class may be useful to get values of data fields, if you want to assign values for variables basing on data in OnProcessRecord event.

See also

Definitions of Report Workshop terms

TRVReportGenerationSession.GetQueryProcessor