mariadb get value name int: 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_value_name_int...")
 
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|Get the value from the query using the row index and column name.}}


{{FuncSyntax|mariadb_get_value_name_int(row_idx, column_name)}}
{{FuncSyntax|mariadb_get_value_name_int(row_idx, column_name)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|row_idx|__EDIT_ME__}}
{{FuncParam|row_idx|The row index.}}
{{FuncParam|column_name|__EDIT_ME__}}
{{FuncParam|column_name|The column name.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns value. '''false''' on error.}}


== Example ==
== Example ==
Line 16: Line 16:


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

Revision as of 09:55, 19 November 2019