AsyncMysqlResult
A base class for connection, query and error results
This class is abstract
and cannot be instantiated, but provides the methods
that concrete classes must implement, which are timing information methods
regarding a query, connection or a resulting error.
Guides
Interface Synopsis
abstract class AsyncMysqlResult {...}
Public Methods
->clientStats(): AsyncMysqlClientStats
Returns the MySQL client statistics at the moment the result was created->elapsedMicros(): int
The total time for the specific MySQL operation, in microseconds->endTime(): float
The end time for the specific MySQL operation, in seconds since epoch->startTime(): float
The start time for the specific MySQL operation, in seconds since epoch