Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbcf03a7

Browse files
committed
CREATE/DROP TRIGGER functions
1 parent502f6f3 commitbcf03a7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎src/include/commands/trigger.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* trigger.h--
4+
* prototypes for trigger.c.
5+
*
6+
*
7+
*-------------------------------------------------------------------------
8+
*/
9+
#ifndefTRIGGER_H
10+
#defineTRIGGER_H
11+
12+
externvoidCreateTrigger (CreateTrigStmt*stmt);
13+
externvoidDropTrigger (DropTrigStmt*stmt);
14+
15+
#endif/* TRIGGER_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp