Commit bcf03a7e authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

CREATE/DROP TRIGGER functions

parent 502f6f38
/*-------------------------------------------------------------------------
*
* 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment