Skip to main content

AsyncMysqlResult

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.

Guides

Interface Synopsis

abstract class AsyncMysqlResult {...}

Public Methods