| 44 | |
| 45 | |
| 46 | void sp_pcontext::init(uint var_offset, |
| 47 | uint cursor_offset, |
| 48 | int num_case_expressions) |
| 49 | { |
| 50 | m_var_offset= var_offset; |
| 51 | m_cursor_offset= cursor_offset; |
| 52 | m_num_case_exprs= num_case_expressions; |
| 53 | |
| 54 | m_labels.empty(); |
| 55 | } |
| 56 | |
| 57 | |
| 58 | sp_pcontext::sp_pcontext() |