added new (somewhat experimental) mysql extension and finalized the API
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40868
This commit is contained in:
@@ -224,6 +224,14 @@ namespace SourceMod
|
||||
*/
|
||||
virtual IResultRow *FetchRow() =0;
|
||||
|
||||
/**
|
||||
* @brief Returns a pointer to the current row.
|
||||
*
|
||||
* @return IResultRow pointer to the current row,
|
||||
* or NULL if the current row is invalid.
|
||||
*/
|
||||
virtual IResultRow *CurrentRow() =0;
|
||||
|
||||
/**
|
||||
* @brief Rewinds back to the beginning of the row iteration.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user