Class TriggerEvent

java.lang.Object
com.mckoi.database.TriggerEvent

public class TriggerEvent extends Object
A trigger event represents a high level action that occured in the database. A trigger event is generated by the SQL interpreter on evaluation of curtain types of queries.
Author:
Tobias Downer
  • Field Details

  • Constructor Details

    • TriggerEvent

      public TriggerEvent(int type, String source, int count)
      Constructs the trigger event.
    • TriggerEvent

      public TriggerEvent(int type, String source)
  • Method Details

    • getType

      public int getType()
      Returns the type of this event.
    • getSource

      public String getSource()
      Returns the source of this event.
    • getCount

      public int getCount()
      Returns the number of times this event was fired.