AsyncMysqlQueryErrorResult
Contains the information about results for query statements that ran before a MySQL error
This class is instantiated when an AsyncMysqlQueryException
is thrown and
AsyncMysqlQueryException::getResult()
is called.
Guides
Interface Synopsis
final class AsyncMysqlQueryErrorResult extends AsyncMysqlErrorResult {...}
Public Methods
->getSuccessfulResults(): Vector<AsyncMysqlQueryResult>
Returns the results that were fetched by the successful query statements->numSuccessfulQueries(): int
Returns the number of successfully executed queries