hphp/hack/manual/apis/Classes/AsyncMysqlResult/index.md
:::info[Note] This is a point-in-time snapshot of the API documentation from January 2026. Going forward, we will not be maintaining a public copy of these references, and recommend users to refer to the built-in signature helpers available in the Hack LSP instead for complete and up-to-date information. :::
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.
abstract class AsyncMysqlResult {...}
->clientStats(): AsyncMysqlClientStats->elapsedMicros(): int->endTime(): float->getSslCertCn(): string->getSslCertExtensions(): Vector<string>->getSslCertSan(): Vector<string>->isSslCertValidationEnforced(): bool->sslSessionReused(): bool->startTime(): float