mysql-native v2.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.

class MYXNoResultRecieved
  : MYXWrongFunction ;

Use the exec functions, not query/queryRow/etc. for commands that don't produce result sets (such as INSERT).

Constructors

NameDescription
this