SQLCreateTriggerStatement.TriggerType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(TriggerType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(TriggerType h)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

AFTER
enum TriggerType AFTER;
Undocumented in source.
BEFORE
enum TriggerType BEFORE;
Undocumented in source.
INSTEAD_OF
enum TriggerType INSTEAD_OF;
Undocumented in source.

Meta