mysql-native v1.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Class MYXNoResultRecieved

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

class MYXNoResultRecieved
  : MYXWrongFunction ;

Constructors

NameDescription
this