mariadb await query file: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{Notice|This function is provided by the official MariaDB plugin.}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|mariadb_await_query_file(h...")
 
No edit summary
 
Line 2: Line 2:
{{Notice|This function is provided by the official [[MariaDB]] plugin.}}
{{Notice|This function is provided by the official [[MariaDB]] plugin.}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Execute a query from the specified file.}}


{{FuncSyntax|mariadb_await_query_file(handle_id, file_path [, use_cache])}}
{{FuncSyntax|mariadb_await_query_file(handle_id, file_path [, use_cache])}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|handle_id|__EDIT_ME__}}
{{FuncParam|handle_id|The mariaDB handle id.}}
{{FuncParam|file_path |__EDIT_ME__}}
{{FuncParam|file_path |The file path.}}
{{FuncParamOptional|use_cache|__EDIT_ME__}}
{{FuncParamOptional|use_cache|Cache boolean.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This funtion returns the result identifier if the '''use_cache''' is set to '''true'''.}}


== Example ==
== Example ==
Line 17: Line 17:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Template:MariaDBFunctions}}

Latest revision as of 15:21, 19 November 2019