Skip to content
Snippets Groups Projects
Commit bcf03a7e authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

CREATE/DROP TRIGGER functions

parent 502f6f38
No related branches found
No related tags found
No related merge requests found
/*-------------------------------------------------------------------------
*
* trigger.h--
* prototypes for trigger.c.
*
*
*-------------------------------------------------------------------------
*/
#ifndef TRIGGER_H
#define TRIGGER_H
extern void CreateTrigger (CreateTrigStmt *stmt);
extern void DropTrigger (DropTrigStmt *stmt);
#endif /* TRIGGER_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment