Purpose:
DKQueryException is a specialized version of DKException that represents an error encountered during query processing. It provides information on the location (position within the query string) of the error. Positions are the number of characters from the start of the query string, and the first position is 1.
Class summary:
class DKEXPORT DKQueryException : public DKException { public: long leftPosition(); long rightPosition(); long reason(); DKString queryString(); };
Members:
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.