mariadb is valid result: 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_is_valid_result(id...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
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|Check if the id is a valid result set that can be activated. The id comes from [[mariadb_save_result]].}}


{{FuncSyntax|mariadb_is_valid_result(id)}}
{{FuncSyntax|mariadb_is_valid_result(id)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|id|__EDIT_ME__}}
{{FuncParam|id|The result identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' if it is valid.}}


== Example ==
== Example ==
<syntaxhighlight lang="Lua>
__EDIT_ME__
__EDIT_ME__
</syntaxhighlight>


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

Latest revision as of 08:54, 2 September 2020