Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > InformixEOAdaptor Reference

Table of Contents

InformixChannel Delegate


(informal protocol)
Declared in: InformixEOAdaptor/InformixChannel.h


Protocol Description


InformixChannel's delegate allows you to process errors that occur in the Informix server.



Instance Methods



informixChannel:willReportDatabaseError:

- (BOOL)informixChannel:(InformixChannel *)channel willReportDatabaseError:(NSString *)error

Invoked whenever channel encounters an error reported by the Informix server. The error argument is the text of the Informix error message which will be sent to the adaptor's reportError: method. The delegate can return NO to prevent the channel from calling reportError:.


Table of Contents