Lines Matching refs:TRIGGER
94858 + sqlite3TreeViewLine(pView, "TRIGGER %s", pTrigger->zName);
101733 ** resolution problems in a CREATE TRIGGER|TABLE|VIEW|INDEX statement.
110957 - /* 251 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
110980 - /* 274 */ "cmd ::= DROP TRIGGER ifexists fullname",
111116 + /* 254 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
111139 + /* 277 */ "cmd ::= DROP TRIGGER ifexists fullname",
111776 - 268, /* (251) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
111799 - 175, /* (274) cmd ::= DROP TRIGGER ifexists fullname */
111965 + 269, /* (254) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
111988 + 176, /* (277) cmd ::= DROP TRIGGER ifexists fullname */
112182 - -11, /* (251) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON f…
112205 - -4, /* (274) cmd ::= DROP TRIGGER ifexists fullname */
112341 + -11, /* (254) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON f…
112364 + -4, /* (277) cmd ::= DROP TRIGGER ifexists fullname */
113835 - case 251: /* trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON…
113836 + case 254: /* trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON…
113993 - case 274: /* cmd ::= DROP TRIGGER ifexists fullname */
113994 + case 277: /* cmd ::= DROP TRIGGER ifexists fullname */
132499 + sqlite3TreeViewLine(pView, "TRIGGER %s", pTrigger->zName);
139374 ** resolution problems in a CREATE TRIGGER|TABLE|VIEW|INDEX statement.
148801 - /* 256 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
148824 - /* 279 */ "cmd ::= DROP TRIGGER ifexists fullname",
148996 + /* 259 */ "trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON fullna…
149019 + /* 282 */ "cmd ::= DROP TRIGGER ifexists fullname",
149739 - 284, /* (256) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
149762 - 189, /* (279) cmd ::= DROP TRIGGER ifexists fullname */
149966 + 285, /* (259) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON …
149989 + 190, /* (282) cmd ::= DROP TRIGGER ifexists fullname */
150219 - -11, /* (256) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON f…
150242 - -4, /* (279) cmd ::= DROP TRIGGER ifexists fullname */
150414 + -11, /* (259) trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON f…
150437 + -4, /* (282) cmd ::= DROP TRIGGER ifexists fullname */
151980 - case 256: /* trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON…
151981 + case 259: /* trigger_decl ::= temp TRIGGER ifnotexists nm dbnm trigger_time trigger_event ON…
152138 - case 279: /* cmd ::= DROP TRIGGER ifexists fullname */
152139 + case 282: /* cmd ::= DROP TRIGGER ifexists fullname */
163159 ** resolution problems in a CREATE TRIGGER|TABLE|VIEW|INDEX statement.
177626 + sqlite3TreeViewLine(pView, "TRIGGER %s", pTrigger->zName);
185702 + CREATE TRIGGER r3 AFTER INSERT ON t1 BEGIN
185832 + CREATE TRIGGER r1 AFTER INSERT ON t2 BEGIN
185866 - CREATE TRIGGER ott AFTER UPDATE ON t1 BEGIN
185867 + 11 {CREATE TRIGGER ott AFTER UPDATE ON t1 BEGIN
185876 - CREATE TRIGGER ott AFTER UPDATE ON t1 BEGIN
185877 + } {CREATE TRIGGER ott AFTER UPDATE ON t1 BEGIN
185925 + CREATE TRIGGER Trigger1 DELETE ON t1
185941 + CREATE TRIGGER tr2 AFTER DELETE ON t2 BEGIN
185959 + {CREATE TRIGGER Trigger1 DELETE ON "t3"
185963 + {CREATE TRIGGER tr2 AFTER DELETE ON "t3" BEGIN
186019 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
186028 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
186034 + DROP TRIGGER r1;
186035 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
186044 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
186123 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
186132 + CREATE TRIGGER r1 INSERT ON t1 BEGIN
243758 + CREATE TRIGGER v1r1 INSTEAD OF UPDATE OF c ON v1 BEGIN
247089 + CREATE TRIGGER r1 AFTER INSERT ON t1 BEGIN
247125 + CREATE TRIGGER t2r1 INSTEAD OF UPDATE ON t2 BEGIN
247229 + CREATE TRIGGER AFTER INSERT ON t2 BEGIN
247261 + CREATE TRIGGER t1tr BEFORE UPDATE ON t1 BEGIN
247279 CREATE TRIGGER r1 BEFORE INSERT ON t1 BEGIN
247284 CREATE TRIGGER r2 AFTER INSERT ON t1 BEGIN
247288 CREATE TRIGGER r3 BEFORE UPDATE ON t1 BEGIN
247294 CREATE TRIGGER r4 AFTER UPDATE ON t1 BEGIN
247297 CREATE TRIGGER r1 BEFORE INSERT ON t1 BEGIN
247302 CREATE TRIGGER r2 AFTER INSERT ON t1 BEGIN
247306 CREATE TRIGGER r3 BEFORE UPDATE ON t1 BEGIN
247312 CREATE TRIGGER r4 AFTER UPDATE ON t1 BEGIN