MySQL 9.1.0
Source Code Documentation
|
This is an interface to be used from Item_trigger_field to access information about table trigger fields (NEW/OLD rows). More...
#include <table_trigger_field_support.h>
Public Member Functions | |
virtual TABLE * | get_subject_table ()=0 |
virtual Field * | get_trigger_variable_field (enum_trigger_variable_type v, int field_index)=0 |
virtual | ~Table_trigger_field_support ()=default |
This is an interface to be used from Item_trigger_field to access information about table trigger fields (NEW/OLD rows).
|
virtualdefault |
|
pure virtual |
Implemented in Table_trigger_dispatcher.
|
pure virtual |
Implemented in Table_trigger_dispatcher.