mariadb delete result: Difference between revisions

From Onset Developer Wiki
No edit summary
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|Delete the specified result from the memory.}}
{{FuncDescription|Delete the specified result from the memory. Created by [[mariadb_save_result]].}}


{{FuncSyntax|mariadb_delete_result(id)}}
{{FuncSyntax|mariadb_delete_result(id)}}
Line 9: Line 9:
{{FuncParam|id|The result Id you want to delete.}}
{{FuncParam|id|The result Id you want to delete.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' on success.}}


== Example ==
== Example ==

Latest revision as of 08:52, 2 September 2020