conn
is the connection descriptor. In the database server, conn must be NULL for the following event types:
event_type
is the type of event that is handled by the callback. For a complete list of event types, see "Events".
func
is a pointer to the callback function. For more information on callbacks, see "Callbacks".
user_data
is a pointer to a user-provided structure that is passed to the callback function when the event specified by event_type occurs. It can be used to pass additional information to the callback.
parent
must be NULL.
Yes