Language Reference Guide : 4. System Classes : DBEventObject Class
 
Share this page                  
DBEventObject Class
The DBEventObject class holds information about database events. Database events are events that are created and generated by SQL statements. Database events can originate from within a receiving application or from any other application running against the same database as the receiving application. (The receiving application is the application that contains the frame or frames that receive the event.)
OpenROAD creates a DBEventObject for each database event that a frame receives. The attributes of the object contain specific information about the event, such as its name and the date and time that it was raised.
For information about using database events in OpenROAD, see the Programming Guide.
Inherits From
Object Class
Inherited By
None
Attributes
DBEventDatabase
DBEventName
DBEventOwner
DBEventText
DBEventTime
Methods
None