C# 클래스 Deveel.Data.Sql.Triggers.ContextExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
DeclareTrigger ( this context, TriggerInfo triggerInfo ) : void
DropTrigger ( this context, string triggerName ) : bool
FindTrigger ( this context, string triggerName ) : Trigger
FireTriggers ( this context, IRequest request, TableEvent tableEvent ) : void
TriggerExists ( this context, string triggerName ) : bool

메소드 상세

DeclareTrigger() 공개 정적인 메소드

public static DeclareTrigger ( this context, TriggerInfo triggerInfo ) : void
context this
triggerInfo TriggerInfo
리턴 void

DropTrigger() 공개 정적인 메소드

public static DropTrigger ( this context, string triggerName ) : bool
context this
triggerName string
리턴 bool

FindTrigger() 공개 정적인 메소드

public static FindTrigger ( this context, string triggerName ) : Trigger
context this
triggerName string
리턴 Trigger

FireTriggers() 공개 정적인 메소드

public static FireTriggers ( this context, IRequest request, TableEvent tableEvent ) : void
context this
request IRequest
tableEvent TableEvent
리턴 void

TriggerExists() 공개 정적인 메소드

public static TriggerExists ( this context, string triggerName ) : bool
context this
triggerName string
리턴 bool