Purpose:
This is the class that is used to represent a combined query.
Methods:
execute([VARIANT parms]);
Executes the query. The optional parameter is in the form of an array of DXNVPairDL objects that are used to hold the various types of query objects used in the query.
long status();
VARIANT result();
Gets the result collection. The value of the VARIANT is a DXResultsDL object.
long numberOfResults();
Gets the number of results.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.