PgSQLNotification.h



Discussion

The protocol a class needs to implement to receive PostgreSQLNotification notifications. Object passed as delegate for startNotificationFor must implements this protocol. startNotificationFor will fail if delegate doesn't implements the protocol (condition is checked by NSAssert).

Methods

pgSQLNotify

Abstract: The method called when a PostgreSQLNotification occurs.
- (void)pgSQLNotify:(NSNotification *)notification; 


(Last Updated 12/27/2002)