Declare an event which can then be registered for and triggered.
bool UltraLite_Connection_iface::DeclareEvent( const ULValue & event_name )
event_name name for new user-defined event
ul_true if the event was declared successfully, ul_false if the name is already used or not valid.
UltraLite predefines some system events triggered by operations on the database or the environment. This function declares user-defined events. User-defined events are triggered with TriggerEvent function. The event name must be unique. Names are case insensitive.
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |