MySQL 9.0.0
Source Code Documentation
sp_rcontext::sp_handler_entry Class Reference

This is an auxiliary class to store entering instruction pointer for an SQL-handler. More...

Public Member Functions

 sp_handler_entry (const sp_handler *_handler, uint _first_ip)
 The constructor. More...
 

Public Attributes

const sp_handlerhandler
 Handler definition (from parsing context). More...
 
uint first_ip
 Instruction pointer to the first instruction. More...
 

Detailed Description

This is an auxiliary class to store entering instruction pointer for an SQL-handler.

Constructor & Destructor Documentation

◆ sp_handler_entry()

sp_rcontext::sp_handler_entry::sp_handler_entry ( const sp_handler _handler,
uint  _first_ip 
)
inline

The constructor.

Parameters
_handlersp_handler object.
_first_ipfirst instruction pointer.

Member Data Documentation

◆ first_ip

uint sp_rcontext::sp_handler_entry::first_ip

Instruction pointer to the first instruction.

◆ handler

const sp_handler* sp_rcontext::sp_handler_entry::handler

Handler definition (from parsing context).


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