added amb281 - multiple result sets for MySQL
This commit is contained in:
@ -39,6 +39,7 @@ namespace SourceMod
|
||||
int GetInt(unsigned int columnId);
|
||||
bool IsNull(unsigned int columnId);
|
||||
const char *GetRaw(unsigned int columnId, size_t *length);
|
||||
bool NextResultSet();
|
||||
private:
|
||||
const char *GetStringSafe(unsigned int columnId);
|
||||
private:
|
||||
|
Reference in New Issue
Block a user