MySQL 5.6.14 Source Code Document
|
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_cpush * | get_push_instr () |
Definition at line 435 of file sp_rcontext.h.
bool sp_cursor::open | ( | THD * | thd | ) |
Open an SP cursor
thd | Thread context |
Definition at line 484 of file sp_rcontext.cc.