mariadb get row: 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|Gets the specified row index's ?}}
{{FuncDescription|Get the result row at an index.}}


{{FuncSyntax|mariadb_get_row(row_idx)}}
{{FuncSyntax|mariadb_get_row(row_idx)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|row_idx|The row index}}
{{FuncParam|row_idx|The row index.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns a table with the result. Returns '''false''' on error.}}


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


{{RelatedFunctions}}
{{RelatedFunctions}}
{{MariaDBFunctions}}
{{MariaDBFunctions}}

Latest revision as of 08:40, 2 September 2020