![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
sp_printable defines an interface which should be implemented if a class wants report some internal information about its state. More...
#include <sp_instr.h>
Public Member Functions | |
| virtual void | print (const THD *thd, String *str)=0 | 
| virtual | ~sp_printable ()=default | 
sp_printable defines an interface which should be implemented if a class wants report some internal information about its state.
      
  | 
  virtualdefault | 
Implemented in sp_instr_hpop, sp_instr_stmt, sp_instr_set, sp_instr_set_trigger_field, sp_instr_freturn, sp_instr_jump, sp_instr_jump_if_not, sp_instr_set_case_expr, sp_instr_jump_case_when, sp_instr_hpush_jump, sp_instr_hreturn, sp_instr_cpush, sp_instr_cpop, sp_instr_copen, sp_instr_cclose, sp_instr_cfetch, and sp_instr_error.