Class 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

NameDescription
this