====
github.com/progorker =_============
_ __ _ _ ___ __ _ ___ _ _| |_____ _ _
| '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_|
| .__/_| \___/\__, \___/_| |_\_\___|_|
=|_|===========|___/======================
API References of myTestor
----- oOo -----
[procedure] api_testor_e_procedures
==========================================
-------|__/-------------------------
SYNTAX
------------------------------------
procedure api_testor_e_procedures (
in p_mysql_database varchar(8192),
in p_find varchar(8192),
out p_names mediumtext
)
-------|__/-------------------------
USAGE
------------------------------------
$) SET SESSION sql_require_primary_key = OFF;
$) set @v_names = '_'; call api_testor_e_procedures( 'mytestor', '', @v_names ); select @v_names;
----------------------------
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| @v_names |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| api_testor_case , api_testor_change_password , api_testor_clean , api_testor_contains , api_testor_create_user , api_testor_current_user , api_testor_equals , api_testor_error , api_testor_e_functions , api_testor_e_procedures , api_testor_e_tables , api_testor_finish , api_testor_greater_than , api_testor_less_than , api_testor_login , api_testor_logout , api_testor_not_contains , api_testor_not_equals , api_testor_not_greater_than , api_testor_not_less_than , api_testor_not_same , api_testor_not_true , api_testor_option , api_testor_result , api_testor_same , api_testor_source , api_testor_source_list , api_testor_success , api_testor_suite , api_testor_suite_case , api_testor_test , api_testor_true , api_testor_user_rights , api_testor_version |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
----------------------------