home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / carsql.zip / accerr.hpv < prev    next >
Text File  |  1995-12-21  |  731b  |  24 lines

  1.  
  2.  
  3. // Feature source code generation begins here...
  4. public:
  5.   virtual long sqlcode() const;
  6.   virtual accessError& setSqlcode(long aSqlcode);
  7.   virtual IString errorText() const;
  8.   virtual accessError& setErrorText(const IString& aErrorText);
  9.   virtual accessError& resetSqlcode();
  10.   virtual accessError& obtainSqlcode(const IException& exception);
  11.   virtual void checkSqlcode();
  12.  
  13.   static INotificationId sqlcodeId;
  14.   static INotificationId errorTextId;
  15.   static INotificationId sqlcode_100Id;
  16.   static INotificationId sqlcode_0Id;
  17.   static INotificationId sqlcode_lt0Id;
  18.   static INotificationId sqlcodeEventId;
  19.  
  20. private:
  21.   long iSqlcode;
  22.   IString iErrorText;
  23. // Feature source code generation ends here.
  24.