MYXResultRecieved

Thrown when a result set was returned unexpectedly.

Use the query functions (mysql.commands.query, mysql.commands.queryRow, etc.), not mysql.commands.exec for commands that return result sets (such as SELECT), even if the result set has zero elements.

Constructors

this
this(string file, size_t line)
Undocumented in source.

Meta