My Project
|
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 () |
bool sp_cursor::open | ( | THD * | thd | ) |
Open an SP cursor
thd | Thread context |