Index

DXCombinedQueryDL

Purpose:

This is the class that is used to represent a combined query.

Methods:

execute
   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.

status
   long status();

Gets the status of the query.

result
   VARIANT result();

Gets the result collection. The value of the VARIANT is a DXResultsDL object.

numberOfResults
   long numberOfResults();

Gets the number of results.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.