MYXNotPrepared

deprecated
class MYXNotPrepared : MYX {}

Constructors

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

Detailed Description

Deprecated: No longer thrown by mysql-native.

In previous versions, this had been thrown when attempting to use a prepared statement which had already been released.

But as of v2.0.0, prepared statements are connection-independant and automatically registered on connections as needed, so this exception is no longer used.

Meta