Interface ISqlJetTriggerDef

All Known Implementing Classes:
SqlJetTriggerDef

public interface ISqlJetTriggerDef
Trigger Definition.
  • Method Details

    • getName

      String getName()
      Returns:
      name of this trigger.
    • getTableName

      String getTableName()
      Returns:
      name of the table this trigger is set on.
    • toSQL

      String toSQL()
      Returns:
      SQL used to define this trigger.