25#ifndef TABLE_TRIGGER_FIELD_SUPPORT_H_INCLUDED
26#define TABLE_TRIGGER_FIELD_SUPPORT_H_INCLUDED
This is an interface to be used from Item_trigger_field to access information about table trigger fie...
Definition: table_trigger_field_support.h:44
virtual Field * get_trigger_variable_field(enum_trigger_variable_type v, int field_index)=0
virtual TABLE * get_subject_table()=0
virtual ~Table_trigger_field_support()=default
This file defines all base public constants related to triggers in MySQL.
enum_trigger_variable_type
Enum constants to designate NEW and OLD trigger pseudo-variables.
Definition: trigger_def.h:73