Returns whether or not a result set exists. This will return true even if 0 results were returned, but false on queries like UPDATE, INSERT, or DELETE.
bool SQL_HasResultSet(Handle query)
A query (or statement) Handle.
True if there is a result set, false otherwise.
Invalid query Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.