Advances to the next set of results.
In some SQL implementations, multiple result sets can exist on one query. This is possible in MySQL with simple queries when executing a CALL query. If this is the case, all result sets must be processed before another query is made.
bool SQL_FetchMoreResults(Handle query)
A query Handle.
True if there was another result set, false otherwise.
Invalid query Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.