Implement handling of triggers as separate database objects, on the same level as tables, routines and views. Means we have a trigger editor frame, a new icon and various code extensions. Fixes issue #806.

This commit is contained in:
Ansgar Becker
2009-12-11 16:07:59 +00:00
parent 6b92c3b08c
commit b4cca2ea1f
9 changed files with 480 additions and 14 deletions

View File

@ -247,6 +247,7 @@ const
ICONINDEX_CRASHED_TABLE = -1;
ICONINDEX_STOREDPROCEDURE = 119;
ICONINDEX_STOREDFUNCTION = 35;
ICONINDEX_TRIGGER = 137;
ICONINDEX_FUNCTION = 13;
ICONINDEX_KEYWORD = 25;
@ -312,3 +313,5 @@ const
FKEY = 'FULLTEXT';
SKEY = 'SPATIAL';
SYNCOMPLETION_PATTERN: WideString = '\image{%d}\hspace{5}\color{clSilver}%s\column{}\color{clWindowText}%s';