MySQLDataPendingException

Thrown when attempting to communicate with the server (ex: executing SQL or creating a new prepared statement) while the server is still sending results data. Any ResultRange must be consumed or purged before anything else can be done on the connection.

class MySQLDataPendingException : MySQLException {}

Constructors

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

Meta