21 namespace Deveel.Data.Sql.Triggers {
24 var manager = session.
Transaction.GetTriggerManager();
28 manager.CreateTrigger(triggerInfo);
32 var manager = session.
Transaction.GetTriggerManager();
36 return manager.TriggerExists(triggerName);
Defines the information about a trigger on a table of the database, such as the event on which is fir...
Describes the name of an object within a database.
ITransaction Transaction
Gets the instance of ITransaction that handles the transactional operations of this session...
An isolated session to a given database for a given user, encapsulating the transaction for operation...
static void CreateTrigger(this ISession session, TriggerInfo triggerInfo)
static bool TriggerExists(this ISession session, ObjectName triggerName)