added amb281 - multiple result sets for MySQL
This commit is contained in:
@ -61,6 +61,9 @@ namespace SourceMod
|
||||
* Resets back to the first row.
|
||||
*/
|
||||
virtual void Rewind() =0;
|
||||
|
||||
/* Always returns false in Sqlite */
|
||||
virtual bool NextResultSet() =0;
|
||||
};
|
||||
|
||||
struct QueryInfo
|
||||
|
Reference in New Issue
Block a user