MySQL 9.0.0
Source Code Documentation
sp_printable Class Referenceabstract

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>

Inheritance diagram for sp_printable:
[legend]

Public Member Functions

virtual void print (const THD *thd, String *str)=0
 
virtual ~sp_printable ()=default
 

Detailed Description

sp_printable defines an interface which should be implemented if a class wants report some internal information about its state.

Constructor & Destructor Documentation

◆ ~sp_printable()

virtual sp_printable::~sp_printable ( )
virtualdefault

Member Function Documentation

◆ print()


The documentation for this class was generated from the following file: