Declares an event which can then be registered for and triggered.
public ul_bool ULDeclareEvent(SQLCA * sqlca, char const * event_name)
sqlca A pointer to the SQLCA
event_name The name for the new user-defined event.
True if the event was declared successfully, false if the name is already used or not valid.