mariadb get field name: 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|__EDIT_ME__}}
{{FuncDescription|Gets the field name at a specific index.}}


{{FuncSyntax|mariadb_get_field_name(field_idx)}}
{{FuncSyntax|mariadb_get_field_name(field_idx)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|field_idx|__EDIT_ME__}}
{{FuncParam|field_idx|The field index.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns field name as a string.}}


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


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

Latest revision as of 09:02, 2 September 2020