MySQL 9.1.0
Source Code Documentation
|
#include <assert.h>
#include <stddef.h>
#include <sys/types.h>
#include "my_inttypes.h"
#include "prealloced_array.h"
#include "sql/item.h"
#include "sql/query_result.h"
#include "sql/sql_array.h"
#include "sql/sql_error.h"
#include "sql/table.h"
Go to the source code of this file.
Classes | |
class | sp_rcontext |
class | sp_rcontext::sp_handler_entry |
This is an auxiliary class to store entering instruction pointer for an SQL-handler. More... | |
class | sp_rcontext::Handler_call_frame |
This class represents a call frame of SQL-handler (one invocation of a handler). More... | |
class | sp_cursor |
class | sp_cursor::Query_fetch_into_spvars |
An interceptor of cursor result set used to implement FETCH <cname> INTO <varlist>. More... | |