mariadb get field name: 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_get_field_name(fie...")
 
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|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">
__EDIT_ME__
__EDIT_ME__
</syntaxhighlight>


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

Latest revision as of 09:02, 2 September 2020