Function Connection.lastCommandID
This gets incremented every time a command is issued or results are purged,
so a mysql
can tell whether it's been invalidated.
ulong lastCommandID() pure nothrow @property @safe const;
This gets incremented every time a command is issued or results are purged,
so a mysql
can tell whether it's been invalidated.
ulong lastCommandID() pure nothrow @property @safe const;