mariadb error

From Onset Developer Wiki
Revision as of 18:53, 30 August 2020 by BlueMountains (talk | contribs)
mariadb error

Type: Function
Context: Server
Introduced: v1.0

NOTICE

This function is provided by the official MariaDB plugin.

Description

Get's the last error message (if any) as a string.

Syntax

mariadb_error(handle_id)

Parameters

  • handle_id
    Connection handle.

Return Value

  • Last error message as a string. If there is none then it will return false.

Example

__EDIT_ME__

See also

__EDIT_ME__