1 package com.daffodilwoods.daffodildb.server.serversystem.datatriggersystem; 2 3 import com.daffodilwoods.database.general.*; 4 import com.daffodilwoods.database.resource.*; 5 6 16 public interface _DataTriggerDatabase { 17 18 26 public _DataTriggerTable getDataTriggerTable(QualifiedIdentifier tableName) throws DException; 27 28 34 public void removeTable(QualifiedIdentifier tableName) throws DException; 35 36 public _DataTriggerTable getDataViewTriggerTable(QualifiedIdentifier tableName) throws DException; 37 38 public void refreshConstraint(QualifiedIdentifier tableName) throws DException; 39 } 40 | Popular Tags |