<< Click to display table of contents >> TRVReportDBQueryProcessor |
The class of an object processing a database-related data query.
unit RVReportDBDataProvider;
TRVReportDBQueryProcessor = class (TRVReportQueryProcessor);
TObject |
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.