Class MySQLNoResultRecievedException

Thrown when the executed query, unexpectedly, did not produce a result set. Use the exec functions, not query (query, querySet, queryRow, etc.), for commands that don't produce result sets (such as INSERT).

class MySQLNoResultRecievedException
  : MySQLWrongFunctionException ;

Constructors

NameDescription
this