MySQLResultRecievedException

Thrown when a result set was returned unexpectedly. Use the query functions (query, querySet, queryRow, etc.), not exec for commands that return result sets (such as SELECT), even if the result set has zero elements.

class MySQLResultRecievedException : MySQLWrongFunctionException {}

Constructors

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

Meta