Go to the source code of this file.
◆ prepare_params_string_from_dd_routine()
Method to prepare stored routine's parameter string using the Routine object read from the Data Dictionary.
- Parameters
-
[in] | thd | Thread handle. |
[in] | routine | dd::Routine type object read from the Data Dictionary. |
[out] | params_str | String prepared from the all the parameters of stored routine. |
◆ prepare_return_type_string_from_dd_routine()
Helper method to prepare stored routine type in string format using the Routine object read from the Data Dictionary.
- Parameters
-
[in] | thd | Thread handle. |
[in] | routine | dd::Routine type object read from the Data Dictionary. |
[out] | return_type_str | Stored routine return type in string format. |
◆ prepare_sp_chistics_from_dd_routine()
Method to prepare sp_chistics object using the dd::Routine object read from the Data Dictionary.
- Parameters
-
[in] | routine | Routine object read from the Data Dictionary. |
[out] | sp_chistics | st_sp_chistics type's object to be prepared from the routine param. |