MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sp_cursor Class Reference

Classes

class  Select_fetch_into_spvars

Public Member Functions

 sp_cursor (sp_instr_cpush *i)
bool open (THD *thd)
bool close (THD *thd)
bool is_open () const
bool fetch (THD *thd, List< sp_variable > *vars)
sp_instr_cpushget_push_instr ()

Detailed Description

Definition at line 435 of file sp_rcontext.h.

Member Function Documentation

bool sp_cursor::open ( THD *  thd)

Open an SP cursor

Parameters
thdThread context
Returns
Error status

Definition at line 484 of file sp_rcontext.cc.

Here is the caller graph for this function:


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