mariadb get warning count

From Onset Developer Wiki
Revision as of 13:54, 20 November 2019 by 28days (talk | contribs)
mariadb get warning count

Type: Function
Context: Server
Introduced: v1.0

NOTICE

This function is provided by the official MariaDB plugin.

Description

Returns the number of warnings the sent query generated.

Syntax

mariadb_get_warning_count()

Parameters

  • This function has no parameters.

Return Value

  • Number of warnings, false on error.

Example

__EDIT_ME__

See also

Template:MariaDBFunction